FIX: broken notification icon alignment on mobile

This commit is contained in:
Jeff Atwood 2014-07-01 01:55:07 -07:00
parent 2657ba7088
commit 8c64fa0b28
1 changed files with 5 additions and 0 deletions

View File

@ -386,6 +386,11 @@ iframe {
.dropdown-menu li {
margin: 5px 0;
.fa {
float: left;
margin-right: 5px;
padding-top: 1px;
}
}
.btn-group {