diff --git a/frontend/src/app.css b/frontend/src/app.css index 5aafc64..778cfa4 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -98,7 +98,7 @@ h3 { font-size: 1.2rem; } /* ═══════════════════════════════════════════════════════════════ BUTTONS ═══════════════════════════════════════════════════════════════ */ -/* Double-class selector to win specificity against injected CSS */ +/* Double-class selector to win specificity against js-dos DaisyUI .btn */ .btn.btn { display: inline-flex; align-items: center; @@ -112,6 +112,9 @@ h3 { font-size: 1.2rem; } font-size: 0.9rem; font-weight: 600; cursor: pointer; + text-transform: none; + height: auto; + line-height: normal; transition: all 0.15s ease; } .btn.btn:hover {