diff --git a/site/decodal-site/src/style.css b/site/decodal-site/src/style.css index 09f4446..d11adec 100644 --- a/site/decodal-site/src/style.css +++ b/site/decodal-site/src/style.css @@ -326,8 +326,9 @@ main.playground { border-radius: 8px; color: var(--text); font: inherit; + min-height: 28px; min-width: 180px; - padding: 7px 10px; + padding: 4px 10px; text-transform: none; } @@ -342,6 +343,7 @@ button { color: var(--topbar-text); cursor: pointer; font-weight: 700; + min-height: 28px; padding: 4px 14px; }