fix(ui): fix upper jaw inline code string spacing (#55681)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
pull/55774/head
Mariya Abdul Ghafoor 2024-08-07 10:09:38 +10:00 committed by GitHub
parent 5930afb823
commit d2c34bbccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,10 @@ textarea.inputarea {
max-width: unset !important;
}
.editor-upper-jaw code {
white-space: pre-wrap;
}
.action-row-container,
.description-container {
background-color: var(--secondary-background);
@ -141,6 +145,7 @@ textarea.inputarea {
from {
background-color: var(--highlight-background);
}
to {
background-color: var(--secondary-background);
}
@ -211,10 +216,12 @@ textarea.inputarea {
0% {
opacity: 0;
}
/* keep test feedback contents initially hidden for 200ms*/
40% {
opacity: 0;
}
100% {
opacity: 1;
}