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

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

.spaceListItem > img {
    display: inline-block;
}