From 917240f9dbe74793ec99d6cf3333eceaa4c93ba1 Mon Sep 17 00:00:00 2001 From: Rob Date: Fri, 27 Dec 2019 16:16:54 -0800 Subject: [PATCH] Fix text vertical alignment for buttons inside other elements. --- sscaffold.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sscaffold.css b/sscaffold.css index b9b40c3..45feac8 100644 --- a/sscaffold.css +++ b/sscaffold.css @@ -1234,7 +1234,7 @@ button, white-space: nowrap; background-color: transparent; color: #5680cc; - vertical-align: text-top; + vertical-align: text-bottom; -webkit-appearance: none; }