FIX: better alignment of groups header filters (#6650)

This is located at the top of the /groups page.
This commit is contained in:
Joffrey JAFFEUX 2018-11-22 16:18:02 +01:00 committed by GitHub
parent 80398d0b8f
commit e77cc44f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -10,15 +10,16 @@
}
.groups-header-filters {
display: inline-block;
display: flex;
.groups-header-filters-name,
.groups-header-filters-type {
vertical-align: middle;
margin-right: 5px;
margin-bottom: 0;
}
.groups-header-filters-name {
vertical-align: middle;
margin: 0;
&:last-child {
margin-right: 0;
}
}