Skip to content

Commit

Permalink
ensure width and height for dashboard grid
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Dec 7, 2017
1 parent 4a74013 commit f2652e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core_plugins/kibana/public/dashboard/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,13 @@ 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;
}

Expand Down

0 comments on commit f2652e8

Please sign in to comment.