diff --git a/web/scss/features/sidebar.scss b/web/scss/features/sidebar.scss index f3e0baabd8..4d5e6db57e 100644 --- a/web/scss/features/sidebar.scss +++ b/web/scss/features/sidebar.scss @@ -685,6 +685,13 @@ div#group-overlays-checkbox-case { .charting-disclaimer { line-height: 1.3em; text-align: left; + + .wv-alert-icon { + color: #d54e21; + font-size: 1.4em; + margin: 10px 18px 0 8px; + position: absolute; + } } .charting-disclaimer-pre { @@ -730,13 +737,6 @@ div#group-overlays-checkbox-case { } } -.wv-alert-icon { - color: #d54e21; - font-size: 1.4em; - margin: 10px 18px 0 8px; - position: absolute; -} - .charting-disclaimer-block { line-height: 35px; display: block;