mirror of https://github.com/vector-im/riot-web
Merge pull request #3430 from matrix-org/bwindels/roomdirectorybuttonwrap
Dont wrap text in room directory buttonspull/21833/head
commit
6f3f0f0a3c
|
@ -107,6 +107,7 @@ limitations under the License.
|
|||
.mx_RoomDirectory_join, .mx_RoomDirectory_preview {
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mx_RoomDirectory_name {
|
||||
|
|
Loading…
Reference in New Issue