DEV: Update lint-configs and auto-fix issues (#31485)

This commit is contained in:
Jarek Radosz
2025-02-24 23:32:31 +01:00
committed by GitHub
parent 2561f4f431
commit 3d2a6322d0
102 changed files with 250 additions and 11 deletions

View File

@ -4,6 +4,7 @@ div.poll-outer {
border: 1px solid var(--primary-low);
display: grid;
grid-template-areas: "poll" "info" "buttons";
@include breakpoint("mobile-extra-large", min-width) {
grid-template-columns: 1fr 10em;
grid-template-areas: "poll info" "buttons buttons";
@ -184,6 +185,7 @@ div.poll-outer {
}
}
}
@include breakpoint("mobile-extra-large", min-width) {
+ .poll-info_instructions:not(:empty) {
margin-top: 1.25em;