Increase height to avoid content from overflowing (mx_RoomHeader_name.height + mx_RoomHeader_topic.max-height)

pull/5549/head
Richard Lewis 2017-11-08 16:44:45 +00:00
parent 3ee45b21b8
commit e7fbad2236
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ limitations under the License.
.mx_RoomHeader_wrapper {
max-width: 960px;
margin: auto;
height: 70px;
height: 73px;
align-items: center;
display: flex;
}