The react 16 upgrade requires the width 100% attribute, but using height 100% messes up maximized panel mode (#15565)

This commit is contained in:
Stacey Gammon 2017-12-12 18:05:35 -05:00 committed by GitHub
parent 190eb695b0
commit 9c371008b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -404,12 +404,10 @@ dashboard-viewport-provider {
}
.dashboard-viewport {
height: 100%;
width: 100%;
background-color: @dashboard-bg;
}
.dashboard-viewport-with-margins {
height: 100%;
width: 100%;
background-color: @dashboard-bg-with-margins;
}