mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Fixed buttons and items containing links shrinking.
In Firefox 34 and IE 11.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user