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:
Cole Lamers 2022-11-24 16:39:50 -06:00 committed by GitHub
parent 88f03612b0
commit a135ff6b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
css/skeleton.css vendored
View File

@ -172,7 +172,6 @@ input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;