mirror of https://github.com/vector-im/riot-web
parent
7a1008f1fe
commit
f60a865727
|
@ -54,12 +54,14 @@ limitations under the License.
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_labelContainer {
|
.mx_RoomTile_labelContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_subtext {
|
.mx_RoomTile_subtext {
|
||||||
|
@ -99,7 +101,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_name {
|
.mx_RoomTile_name {
|
||||||
flex: 1 5 auto;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
|
|
Loading…
Reference in New Issue