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 706f3d1 commit f6ab484Copy full SHA for f6ab484
task-requests/style.css
@@ -362,15 +362,18 @@ body {
362
display: grid;
363
grid-template-columns: repeat(4, 1fr);
364
gap: 1rem;
365
+ justify-items: center;
366
}
367
.taskRequest__message {
- line-height: 1.25rem;
368
+ line-height: 1.2;
369
font-weight: 600;
370
text-align: center;
371
font-size: 1.5rem;
372
width: 100%;
373
position: absolute;
374
+ word-wrap: break-word;
375
376
+
377
.taskRequest__message--error {
378
color: var(--color-error);
379
@@ -482,6 +485,10 @@ body {
482
485
.funnel-icon {
483
486
margin: auto;
484
487
488
489
+ .taskRequest__message--error {
490
+ position: static;
491
+ }
492
493
494
@media screen and (max-width: 320px) {
0 commit comments