summaryrefslogtreecommitdiffstats
path: root/webapp/sass/base/_structure.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/base/_structure.scss')
-rw-r--r--webapp/sass/base/_structure.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/base/_structure.scss b/webapp/sass/base/_structure.scss
index 60673f9a2..df7d75329 100644
--- a/webapp/sass/base/_structure.scss
+++ b/webapp/sass/base/_structure.scss
@@ -10,6 +10,10 @@ body {
height: 100%;
position: relative;
width: 100%;
+
+ &.error-bar--fixed {
+ padding-top: 22px;
+ }
}
.sticky {