Fix margins
This commit is contained in:
parent
cfc8d2d4db
commit
3acbf0896f
@ -3,6 +3,10 @@ class LayoutCard extends Polymer.Element {
|
||||
static get template() {
|
||||
return Polymer.html`
|
||||
<style>
|
||||
:host {
|
||||
padding: 4px 4px 0;
|
||||
display: block;
|
||||
}
|
||||
#columns {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -14,9 +18,6 @@ class LayoutCard extends Polymer.Element {
|
||||
max-width: 500px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.column > *:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.column > * {
|
||||
display: block;
|
||||
margin: 4px 4px 8px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user