Skip to content

Commit

Permalink
Fix the dashboard start screen not centered bug on IE11 (#21066)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronoah authored and snide committed Jul 24, 2018
1 parent 6c61aba commit a56c856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core_plugins/kibana/public/dashboard/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
.start-screen {
margin: 20px auto;
max-width: 800px;
width: 100%;
background: #FFF;
padding: 40px;
border-radius: 4px;
Expand Down

0 comments on commit a56c856

Please sign in to comment.