Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Merge requests
!26345
fix dashboard issue in responsive
#26311
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Closed
Administrator
requested to merge
github/fork/chiraggmodi/issue_26311
into
v4-dev
7 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Created by: chiraggmodi
fixed issue
#26311 (closed)
0
0
Compare
v4-dev
v4-dev (base)
and
latest version
latest version
7991a517
4 commits,
2 years ago
1 file
+
6
-
0
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
docs/4.1/examples/dashboard/dashboard.css
+
6
-
0
Options
View file @ 7991a517
Show full file
@@ -105,3 +105,9 @@ body {
.border-top
{
border-top
:
1px
solid
#e5e5e5
;
}
.border-bottom
{
border-bottom
:
1px
solid
#e5e5e5
;
}
@media
(
max-width
:
768px
)
{
[
role
=
"main"
]
{
padding-top
:
135px
;
}
}
Menu
Explore
Projects
Groups
Snippets