Skip to content
Snippets Groups Projects
Commit c1089d13 authored by Savas Vedova's avatar Savas Vedova
Browse files

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
No related branches found
No related tags found
No related merge requests found
Pipeline #13225232 canceled
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment