Skip to content
Snippets Groups Projects
Commit efeeed2a authored by Andrey's avatar Andrey
Browse files

content block height fix

parent 59582aae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,15 +18,20 @@
}
 
.content-wrapper {
min-height: 100vh;
min-height: 900px;
display: table;
width: 100%;
padding: 20px;
background: #EAEBEC;
height: 100%;
width: 100%;
 
.container-fluid {
background: #FFF;
padding: $gl-padding;
min-height: 90vh;
/*min-height: 90vh;*/
height: 100%;
min-height: 100%;
 
&.container-blank {
background: none;
Loading
Loading
@@ -36,6 +41,43 @@
}
}
 
.content {
height: 100%;
width: 100%;
}
.max_height {
height: 100%;
display: table;
width: 100%;
}
.project-show-readme {
height: 100%;
display: table-row;
}
.wiki {
min-width: 1167px;
}
section {
height: 100%;
display: table-row;
}
html, body {
height: 100%;
margin: 0;
}
.page-with-sidebar{
min-height: 100%;
height: 100%;
}
.nav-sidebar {
margin-top: 14 + $header-height;
margin-bottom: 100px;
Loading
Loading
Loading
Loading
@@ -25,5 +25,5 @@
= render "layouts/flash"
%div{ class: container_class }
.content
.clearfix
.clearfix.max_height
= yield
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