Prevent long topics from overflowing fixed height header.

pull/5549/head
Richard Lewis 2017-11-08 20:03:35 +00:00
parent 106430f7b6
commit 092ec1cc6c
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ limitations under the License.
.mx_RoomHeader_wrapper {
max-width: 960px;
margin: auto;
height: 73px;
height: 70px;
align-items: center;
display: flex;
}
@ -176,7 +176,7 @@ limitations under the License.
.mx_RoomHeader_topic {
vertical-align: bottom;
float: left;
max-height: 42px;
max-height: 38px;
color: $settings-grey-fg-color;
font-weight: 300;
font-size: 13px;