From edfc9a8450d140ba1650b38e4b707000710b2faa Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 4 Apr 2025 22:08:54 -0400 Subject: Fix button alignment on chrome --- ufund-ui/src/styles.css | 1 + 1 file changed, 1 insertion(+) (limited to 'ufund-ui/src') diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index d623726..527408a 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -44,6 +44,7 @@ button, input[type=button], input[type=reset], input[type=submit], .button { gap: 5px; text-align: center; justify-content: center; + align-items: center; &:hover { background-color: light-dark(#e1e1e1, #444444); -- cgit v1.2.3