Fix the dashboard start screen not centered bug on IE11 (#21066) (#21617)

This commit is contained in:
dave.snider@gmail.com 2018-08-02 21:48:30 -07:00 committed by GitHub
parent c937bebf1e
commit 5f66ba8463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,6 +123,7 @@
.start-screen {
margin: 20px auto;
max-width: 800px;
width: 100%;
background: #FFF;
padding: 40px;
border-radius: 4px;