Fix editor controls layout in narrow layout
This commit is contained in:
parent
58283a601c
commit
619ba14b3f
1 changed files with 4 additions and 0 deletions
|
@ -418,6 +418,10 @@ h1>input {
|
||||||
--button-alt: var(--theme-input);
|
--button-alt: var(--theme-input);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cancel-interaction-group {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.interaction-group--root--enabled .interaction-group--disabled {
|
.interaction-group--root--enabled .interaction-group--disabled {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue