Merge pull request #3721 from vector-im/luke/css-fix-long-room-names

Prevent long room names/topics from pushing UI of the screen
pull/3727/head
Matthew Hodgson 2017-04-25 00:07:41 +01:00 committed by GitHub
commit 7957eeba10
1 changed files with 1 additions and 0 deletions

View File

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