fix room header height

This commit is contained in:
Bruno Windels 2021-04-27 10:31:47 +02:00
parent ab8111f847
commit bb6664a9a8

View file

@ -406,7 +406,7 @@ a {
.middle-header {
box-sizing: border-box;
height: 58px; /* 12 + 36 + 12 to align with filter field + margin */
flex: 0 0 56px; /* 12 + 32 + 12 to align with filter field + margin */
background: white;
padding: 0 16px;
border-bottom: 1px solid rgba(245, 245, 245, 0.90);