Prevent long room names/topics from pushing UI of the screen
This was causing the "save" button in RoomSettings to be obscured when room names were set to long strings without spaces Fixes https://github.com/vector-im/riot-web/issues/1729pull/3721/head
parent
2afe9e6928
commit
69f5833c9f
|
@ -31,6 +31,7 @@ limitations under the License.
|
|||
margin-left: -2px;
|
||||
order: 1;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_spinner {
|
||||
|
|
Loading…
Reference in New Issue