fixes: ES lint issue

This commit is contained in:
iamsivin 2022-12-26 14:00:05 +05:30
parent 4375b694c4
commit af8fb74032
2 changed files with 5 additions and 5 deletions

View file

@ -60,11 +60,11 @@ $resolve-button-width: 13.2rem;
flex-grow: 1; flex-grow: 1;
justify-content: flex-end; justify-content: flex-end;
&.has-open-sidebar {
justify-content: flex-end;
}
@include breakpoint(640px down) { @include breakpoint(640px down) {
margin-top: var(--space-small); margin-top: var(--space-small);
} }
&.has-open-sidebar {
justify-content: flex-end;
}
} }

View file

@ -324,9 +324,9 @@
var(--space-one); var(--space-one);
.is-text { .is-text {
align-items: center;
display: inline-flex; display: inline-flex;
text-align: start; text-align: start;
align-items: center;
@include breakpoint(xxxlarge up) { @include breakpoint(xxxlarge up) {
display: flex; display: flex;