Increase height to avoid content from overflowing (mx_RoomHeader_name.height + mx_RoomHeader_topic.max-height)
parent
3ee45b21b8
commit
e7fbad2236
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue