Update skeleton.css
padding: 0 30px; removed this cause it causes some issues in buttons where it causes the text to over extend the button box.
This commit is contained in:
parent
88f03612b0
commit
a135ff6b3c
1
css/skeleton.css
vendored
1
css/skeleton.css
vendored
@ -172,7 +172,6 @@ input[type="reset"],
|
|||||||
input[type="button"] {
|
input[type="button"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
padding: 0 30px;
|
|
||||||
color: #555;
|
color: #555;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
Loading…
Reference in New Issue
Block a user