Browse Source

Removes margin from buttons, messes with vertical align

pull/2229/head
jlukic 11 years ago
parent
commit
896a34e573
1 changed files with 1 additions and 1 deletions
  1. 2
      src/elements/button.less

2
src/elements/button.less

@ -27,7 +27,7 @@
background-color: #EBEBEB;
color: #808080;
margin: 0em 0em 0.4em;
margin: 0em;
padding: 0.8em 1.5em;
font-size: 1rem;

Loading…
Cancel
Save