CSS: GroupView headershould be at least 70px in height

This commit is contained in:
Luke Barnard 2017-10-17 11:56:51 +01:00
parent f24fd61ae0
commit 2effdfb840

View File

@ -30,7 +30,7 @@ limitations under the License.
.mx_GroupView_header {
max-width: 960px;
height: 70px;
min-height: 70px;
align-items: center;
display: flex;
}