better layout
Massimo Melina committed
Oct 27, 2023 at 00:18 UTC
50b893fad0043e44441a04df6812dc366ad1fc82
1 file changed
+1
-1
frontend/src/index.scss
+1
-1
@@ -125,7 +125,7 @@ button, .breadcrumb { /* consistent focus color */
125
outline: 3px solid var(--focus-color);
126
}
127
}
128
-a>button { width:100% } /* link buttons, fill parent space */
128
+a>button { width: 100%; height: 100%; } /* link buttons, fill parent space */
129
input, select, ul a {
130
&:focus-visible {
131
border-radius: .3em;