Skip to content
代码片段 群组 项目
提交 c1089d13 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
...@@ -206,6 +206,12 @@ ...@@ -206,6 +206,12 @@
padding: 0; padding: 0;
height: 100%; height: 100%;
&.with-system-header {
.login-page-broadcast {
margin-top: $system-header-height + $header-height;
}
}
// Fixes footer container to bottom of viewport // Fixes footer container to bottom of viewport
body { body {
// offset height of fixed header + 1 to avoid scroll // offset height of fixed header + 1 to avoid scroll
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册