NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Web] Added missing spacing between flag icon and text

Signed-off-by: Kristian Feldsam <[email protected]>

88439425
Kristian Feldsam <[email protected]> 4 years, 9 months ago
data/web/css/build/008-mailcow.css | 3 +++
 1 file changed, 3 insertions(+)

Diff

diff --git a/data/web/css/build/008-mailcow.css b/data/web/css/build/008-mailcow.css
index e874edc0..802d0353 100644
--- a/data/web/css/build/008-mailcow.css
+++ b/data/web/css/build/008-mailcow.css
@@ -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;
+}