Fix glyphicon positioning

This commit is contained in:
Lorenz Hübschle-Schneider 2020-01-31 10:40:30 +01:00
parent d03421f4fd
commit 57aad0a4b7

View File

@ -146,7 +146,7 @@ input[type=text], input[type=password], #sendMessage {
.col-sm-9 { .col-sm-9 {
padding-right: 5px !important; padding-right: 5px !important;
} }
.glyphicon { #topbar .glyphicon {
top: 0; /* Fixes alignment issue in top bar */ top: 0; /* Fixes alignment issue in top bar */
} }
#topbar { #topbar {