fixes: ES lint issue
This commit is contained in:
parent
4375b694c4
commit
af8fb74032
2 changed files with 5 additions and 5 deletions
|
@ -60,11 +60,11 @@ $resolve-button-width: 13.2rem;
|
|||
flex-grow: 1;
|
||||
justify-content: flex-end;
|
||||
|
||||
&.has-open-sidebar {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@include breakpoint(640px down) {
|
||||
margin-top: var(--space-small);
|
||||
}
|
||||
|
||||
&.has-open-sidebar {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -324,9 +324,9 @@
|
|||
var(--space-one);
|
||||
|
||||
.is-text {
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
text-align: start;
|
||||
align-items: center;
|
||||
|
||||
@include breakpoint(xxxlarge up) {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue