[Web] Added missing spacing between flag icon and text

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
master
Kristian Feldsam 2021-10-19 21:56:43 +02:00
parent 6ae8b616b1
commit 884394252d
1 changed files with 3 additions and 0 deletions

View File

@ -247,3 +247,6 @@ code {
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
margin-top: 0px; margin-top: 0px;
} }
.flag-icon {
margin-right: 5px;
}