Commit 8d06f045 authored by dschuyler's avatar dschuyler Committed by Commit bot

[MD settings] prevent paper-buttons from shrinking

This CL prevents flex pressure from squeezing paper-buttons. E.g. prevent
a long account name from making the "sign in to chrome" button into a
column of text.

BUG=718318
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2864483006
Cr-Commit-Position: refs/heads/master@{#469502}
parent 154f5958
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
} }
paper-button { paper-button {
flex-shrink: 0;
height: 36px; height: 36px;
margin: 0; margin: 0;
} }
......
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