Fix stylelint rule
This commit is contained in:
parent
c924f578e5
commit
a688c73b79
|
@ -42,7 +42,7 @@ body {
|
||||||
.modal-card:focus-visible {
|
.modal-card:focus-visible {
|
||||||
outline-style: auto;
|
outline-style: auto;
|
||||||
}
|
}
|
||||||
/* stylelint-disable no-descending-specificity */
|
/* stylelint-enable no-descending-specificity */
|
||||||
|
|
||||||
.modal-card.is-fullwidth {
|
.modal-card.is-fullwidth {
|
||||||
min-width: 75% !important;
|
min-width: 75% !important;
|
||||||
|
|
Loading…
Reference in New Issue