Commit c1089d13 authored by Savas Vedova's avatar Savas Vedova

Merge branch '339516-sign-in-page-broadcast-message-is-clipped-when-using-header' into 'master'

Fix clipped broadcast message on login page when using custom header

See merge request gitlab-org/gitlab!71227
parents 9c4bc50f 59386285
......@@ -206,6 +206,12 @@
padding: 0;
height: 100%;
&.with-system-header {
.login-page-broadcast {
margin-top: $system-header-height + $header-height;
}
}
// Fixes footer container to bottom of viewport
body {
// offset height of fixed header + 1 to avoid scroll
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment