Spaces:
Running
Running
Update style/default/style.css
Browse files- style/default/style.css +1 -1
style/default/style.css
CHANGED
|
@@ -364,7 +364,7 @@ html, body { margin: 0; padding: 0; height: 100%; }
|
|
| 364 |
white-space: pre-wrap;
|
| 365 |
opacity: 0.88;
|
| 366 |
/* ── Hauteur limitée à 5 lignes, scroll ensuite ── */
|
| 367 |
-
max-height: calc(13px * 1.7 *
|
| 368 |
overflow-y: auto;
|
| 369 |
scrollbar-width: thin;
|
| 370 |
scrollbar-color: rgba(255,255,255,0.2) transparent;
|
|
|
|
| 364 |
white-space: pre-wrap;
|
| 365 |
opacity: 0.88;
|
| 366 |
/* ── Hauteur limitée à 5 lignes, scroll ensuite ── */
|
| 367 |
+
max-height: calc(13px * 1.7 * 4);
|
| 368 |
overflow-y: auto;
|
| 369 |
scrollbar-width: thin;
|
| 370 |
scrollbar-color: rgba(255,255,255,0.2) transparent;
|