Skip to content

Commit c1f9c9c

Browse files
authored
Revert "fix: Error style breaking on mobile devices" (#814)
Revert "fix: Error style breaking on mobile devices (#813)" This reverts commit f6ab484.
1 parent f6ab484 commit c1f9c9c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

task-requests/style.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,18 +362,15 @@ body {
362362
display: grid;
363363
grid-template-columns: repeat(4, 1fr);
364364
gap: 1rem;
365-
justify-items: center;
366365
}
367366
.taskRequest__message {
368-
line-height: 1.2;
367+
line-height: 1.25rem;
369368
font-weight: 600;
370369
text-align: center;
371370
font-size: 1.5rem;
372371
width: 100%;
373372
position: absolute;
374-
word-wrap: break-word;
375373
}
376-
377374
.taskRequest__message--error {
378375
color: var(--color-error);
379376
font-weight: 600;
@@ -485,10 +482,6 @@ body {
485482
.funnel-icon {
486483
margin: auto;
487484
}
488-
489-
.taskRequest__message--error {
490-
position: static;
491-
}
492485
}
493486

494487
@media screen and (max-width: 320px) {

0 commit comments

Comments
 (0)