aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/admin/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/header.html b/templates/web/base/admin/header.html
index 517b984e3..104a93ce4 100644
--- a/templates/web/base/admin/header.html
+++ b/templates/web/base/admin/header.html
@@ -5,7 +5,7 @@
%]
<style type="text/css">
dt { clear: left; float: left; font-weight: bold; }
-dd { margin-left: 8em; }
+dd { margin-left: 8em !important; }
.adminhidden { color: #666666; }
.error { color: red; }
select { width: auto; }