Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
trivalent
dashboard-trivalent
Commits
f4fcc8f2
Commit
f4fcc8f2
authored
Jun 13, 2019
by
Tasio Mendez
Browse files
Center modal windows on browser
parent
0bb1b56f
Pipeline
#1551
passed with stages
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
demo/elements/news-chart/news-chart.css
View file @
f4fcc8f2
...
...
@@ -165,3 +165,10 @@ button h4 a:focus {
height
:
300px
;
}
}
div
.modal.news-chart.in
{
display
:
flex
!important
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
demo/elements/propaganda-chart/propaganda-chart.css
View file @
f4fcc8f2
...
...
@@ -165,3 +165,10 @@ a.text.style-scope.propaganda-chart:first-letter {
padding
:
0
!important
;
}
}
div
.modal.propaganda-chart.in
{
display
:
flex
!important
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
Write
Preview
Supports
Markdown
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