We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f9c9c commit 4e03a4aCopy full SHA for 4e03a4a
task-requests/style.css
@@ -364,12 +364,13 @@ body {
364
gap: 1rem;
365
}
366
.taskRequest__message {
367
- line-height: 1.25rem;
+ line-height: 1.2;
368
font-weight: 600;
369
text-align: center;
370
font-size: 1.5rem;
371
width: 100%;
372
position: absolute;
373
+ word-wrap: break-word;
374
375
.taskRequest__message--error {
376
color: var(--color-error);
@@ -482,6 +483,10 @@ body {
482
483
.funnel-icon {
484
margin: auto;
485
486
+
487
+ .taskRequest__message--error {
488
+ position: static;
489
+ }
490
491
492
@media screen and (max-width: 320px) {
0 commit comments