We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebf83d commit 83bdeabCopy full SHA for 83bdeab
packages/manager/modules/pci/src/index.scss
@@ -4,4 +4,12 @@
4
@import '~bootstrap4/scss/_mixins';
5
@import '~bootstrap4/scss/_utilities';
6
@import '~bootstrap4/scss/_grid';
7
+
8
+ .minh-100 {
9
+ min-height: 100%;
10
+ }
11
12
+ .overflow-auto {
13
+ overflow: auto !important;
14
15
}
packages/manager/modules/pci/src/projects/new/new.html
@@ -1,5 +1,5 @@
1
-<div class="pci-projects-new h-100">
2
- <div class="container-fluid overflow-auto h-100">
+<div class="pci-projects-new h-100 overflow-auto">
+ <div class="container-fluid h-100">
3
<div class="row minh-100 justify-content-md-center">
<div class="col-md-7 p-4 p-md-5 bg-white minh-100">
<div class="p-0 p-md-5">
0 commit comments