Skip to content

Commit

Permalink
Merge pull request #3721 from vector-im/luke/css-fix-long-room-names
Browse files Browse the repository at this point in the history
Prevent long room names/topics from pushing UI of the screen
  • Loading branch information
ara4n committed Apr 24, 2017
2 parents 9593191 + 69f5833 commit 7957eeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ limitations under the License.
margin-left: -2px;
order: 1;
flex: 1;
overflow: hidden;
}

.mx_RoomHeader_spinner {
Expand Down

0 comments on commit 7957eeb

Please sign in to comment.