Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
efeeed2a
Commit
efeeed2a
authored
Oct 01, 2015
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
content block height fix
parent
59582aae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
3 deletions
+45
-3
app/assets/stylesheets/generic/sidebar.scss
app/assets/stylesheets/generic/sidebar.scss
+44
-2
app/views/layouts/_page.html.haml
app/views/layouts/_page.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/sidebar.scss
View file @
efeeed2a
...
...
@@ -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
;
...
...
@@ -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
;
...
...
app/views/layouts/_page.html.haml
View file @
efeeed2a
...
...
@@ -25,5 +25,5 @@
=
render
"layouts/flash"
%div
{
class:
container_class
}
.content
.clearfix
.clearfix
.max_height
=
yield
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment