Merge pull request #3434 from matrix-org/dbkr/roomdirectorybuttonwrap_2
Dont wrap text in room directory buttonspull/21833/head
commit
ac0810ab55
|
@ -107,6 +107,7 @@ limitations under the License.
|
||||||
.mx_RoomDirectory_join, .mx_RoomDirectory_preview {
|
.mx_RoomDirectory_join, .mx_RoomDirectory_preview {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomDirectory_name {
|
.mx_RoomDirectory_name {
|
||||||
|
|
Loading…
Reference in New Issue