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/1729
This commit is contained in:
Luke Barnard 2017-04-24 16:05:10 +01:00
parent 2afe9e6928
commit 69f5833c9f

View file

@ -31,6 +31,7 @@ limitations under the License.
margin-left: -2px;
order: 1;
flex: 1;
overflow: hidden;
}
.mx_RoomHeader_spinner {