FIX: better alignment of groups header filters (#6650)
This is located at the top of the /groups page.
This commit is contained in:
parent
80398d0b8f
commit
e77cc44f07
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue