about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/Rooms/Index2Components/MainTabComponents/MainTabSpaceItem.razor.css
blob: c1745671f5f7b10f93ea5b7515bda09a55161f5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.spaceNameEllipsis {
    padding-left: 8px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    width: calc(100% - 38px);
}

.spaceListItem {
    display: block;
    width: 100%;
    height: 50px;
}