Commit fd499084 authored by jlklein's avatar jlklein Committed by Commit bot

Make the cr-settings-main fill its container

BUG=

Review URL: https://codereview.chromium.org/1143243004

Cr-Commit-Position: refs/heads/master@{#330897}
parent d9e74151
...@@ -4,8 +4,13 @@ ...@@ -4,8 +4,13 @@
:host { :host {
background-color: rgb(219, 222, 224); background-color: rgb(219, 222, 224);
bottom: 0;
color: black; color: black;
display: block; display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
} }
#mainContainer { #mainContainer {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment