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

This commit is contained in:
Richard Lewis 2017-11-08 16:44:45 +00:00
parent 3ee45b21b8
commit e7fbad2236

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;
}