mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Increase height to avoid content from overflowing (mx_RoomHeader_name.height + mx_RoomHeader_topic.max-height)
This commit is contained in:
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
Block a user