FIX: broken notification icon alignment on mobile
This commit is contained in:
parent
2657ba7088
commit
8c64fa0b28
|
@ -386,6 +386,11 @@ iframe {
|
||||||
|
|
||||||
.dropdown-menu li {
|
.dropdown-menu li {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
|
.fa {
|
||||||
|
float: left;
|
||||||
|
margin-right: 5px;
|
||||||
|
padding-top: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group {
|
.btn-group {
|
||||||
|
|
Loading…
Reference in New Issue