[Web] Added missing spacing between flag icon and text

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
This commit is contained in:
Kristian Feldsam
2021-10-19 21:56:43 +02:00
parent 6ae8b616b1
commit 884394252d
+3
View File
@@ -247,3 +247,6 @@ code {
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
margin-top: 0px;
}
.flag-icon {
margin-right: 5px;
}