From 1b3d42fca2fcf108619cccad5f50ebcf2e71f05f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 16 Dec 2014 10:52:54 +0000 Subject: [PATCH] Fixed buttons and items containing links shrinking. In Firefox 34 and IE 11. --- overrides.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overrides.css b/overrides.css index e8f1818..0d8c803 100644 --- a/overrides.css +++ b/overrides.css @@ -1,9 +1,11 @@ paper-button::shadow .button-content ::content a { margin: -0.7em -0.57em; + flex: 0 1 auto; } paper-item::shadow .button-content ::content a { padding: 0.9em 1em; margin: -0.9em -1em; + flex: 0 1 auto; } paper-input-decorator { display: inline-block !important;