fix: frontend: paging buttons can get shorter than text
Massimo Melina committed
Feb 11, 2023 at 12:53 UTC
a5bd337a72467e9aef66f54667c4e78daca31461
1 file changed
+1
-2
frontend/src/index.scss
+1
-2
@@ -282,7 +282,7 @@ button label {
282
position: sticky;
283
bottom: 0;
284
display: flex;
285
- gap: .2em;
285
+ gap: .1em;
286
background: var(--bg);
287
&,&>button {
288
box-shadow: 0 0 .3em .3em var(--bg);
@@ -301,7 +301,6 @@ button label {
301
padding-top: 0; padding-bottom: 0; /* reduce vertically in case a horizontal scrolling bar is needed */
302
}
303
& button {
304
- min-width: 2.5em;
304
background: var(--button-bg);
305
text-align: center;
306
white-space: nowrap;