diff options
author | gorm <gormer@gmail.com> | 2015-05-25 18:43:00 +0200 |
---|---|---|
committer | gorm <gormer@gmail.com> | 2015-05-25 18:49:19 +0200 |
commit | 73d00b71bfbfb37e823404db66f4c1069c1dc49e (patch) | |
tree | e3a8c4aed6413e9f0ef73586e9963d2cc4ba8f89 | |
parent | 30dad0f7ba0de7acf88bb3b41ba71482a1b36d6f (diff) |
Panel was in the way
-rw-r--r-- | assets/stylesheets/custom.css.scss | 4 |
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; +} |