Commit c3e61c88 authored by apacible's avatar apacible Committed by Commit bot

[Media Router WebUI] Fix non-blocking issue banner styling.

Fixes text going off the banner instead of moving to the second line.

BUG=606823

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

Cr-Commit-Position: refs/heads/master@{#389853}
parent 019ff29c
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
.non-blocking { .non-blocking {
background-color: var(--paper-grey-800); background-color: var(--paper-grey-800);
overflow: hidden;
padding: 16px; padding: 16px;
width: inherit; width: inherit;
} }
...@@ -47,7 +46,10 @@ ...@@ -47,7 +46,10 @@
} }
.non-blocking > div > #title { .non-blocking > div > #title {
-webkit-margin-end: 12px;
-webkit-padding-end: 12px;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
overflow: hidden;
} }
paper-button { paper-button {
......
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