Commit 6c564f4a authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'ide-command-palette-fix' into 'master'

Fixed IDE command palette options being hidden

See merge request gitlab-org/gitlab-ee!4601
parents fba3668d e2e6046f
...@@ -561,8 +561,9 @@ table.table tr td.multi-file-table-name { ...@@ -561,8 +561,9 @@ table.table tr td.multi-file-table-name {
margin-bottom: 0; margin-bottom: 0;
} }
.content { .content-wrapper {
margin-top: $header-height; margin-top: $header-height;
padding-bottom: 0;
} }
.multi-file-commit-panel .multi-file-commit-panel-inner-scroll { .multi-file-commit-panel .multi-file-commit-panel-inner-scroll {
...@@ -571,7 +572,7 @@ table.table tr td.multi-file-table-name { ...@@ -571,7 +572,7 @@ table.table tr td.multi-file-table-name {
} }
&.flash-shown { &.flash-shown {
.content { .content-wrapper {
margin-top: 0; margin-top: 0;
} }
...@@ -592,8 +593,9 @@ table.table tr td.multi-file-table-name { ...@@ -592,8 +593,9 @@ table.table tr td.multi-file-table-name {
margin-top: #{$header-height + $performance-bar-height}; margin-top: #{$header-height + $performance-bar-height};
} }
.content { .content-wrapper {
margin-top: #{$header-height + $performance-bar-height}; margin-top: #{$header-height + $performance-bar-height};
padding-bottom: 0;
} }
.ide-view { .ide-view {
...@@ -606,7 +608,7 @@ table.table tr td.multi-file-table-name { ...@@ -606,7 +608,7 @@ table.table tr td.multi-file-table-name {
} }
&.flash-shown { &.flash-shown {
.content { .content-wrapper {
margin-top: 0; margin-top: 0;
} }
......
...@@ -10,5 +10,5 @@ ...@@ -10,5 +10,5 @@
= render "layouts/broadcast" = render "layouts/broadcast"
= yield :flash_message = yield :flash_message
= render "layouts/flash" = render "layouts/flash"
.content{ id: "content-body" } .content-wrapper{ id: "content-body" }
= yield = yield
---
title: Fixed IDE command palette options being hidden
merge_request:
author:
type: fixed
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