We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb30c3 commit 7a4cae8Copy full SHA for 7a4cae8
shared/studio/tabs/ai/aiAdmin.module.scss
@@ -523,7 +523,7 @@
523
outline: 0;
524
margin: 0;
525
resize: none;
526
- overflow: hidden;
+ overflow: auto;
527
height: 0;
528
min-height: 100%;
529
box-sizing: border-box;
@@ -534,7 +534,10 @@
534
.overlay {
535
visibility: hidden;
536
white-space: pre-wrap;
537
+ word-break: break-word;
538
pointer-events: none;
539
+ max-height: 480px;
540
+ overflow: hidden;
541
}
542
543
@@ -1244,6 +1247,7 @@
1244
1247
1245
1248
color: transparent;
1246
1249
1250
1251
1252
1253
span {
0 commit comments