aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/stylesheets/custom.css.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/stylesheets/custom.css.scss b/assets/stylesheets/custom.css.scss
index 1a2f6e0..df9c4de 100644
--- a/assets/stylesheets/custom.css.scss
+++ b/assets/stylesheets/custom.css.scss
@@ -325,3 +325,7 @@ text-align:left;
#authority_preview {
background-color: #eee;
}
+
+.admin .navbar-static-top .container, .admin .navbar-fixed-top .container, .admin .navbar-fixed-bottom .container {
+ width: auto;
+}