From a135ff6b3cb7125e01f566cb3b14530e97b12f4f Mon Sep 17 00:00:00 2001 From: Cole Lamers <60896433+colelamers@users.noreply.github.com> Date: Thu, 24 Nov 2022 16:39:50 -0600 Subject: [PATCH] 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. --- css/skeleton.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..acd2455 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -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;