mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix: fix expression toggle padding
This commit is contained in:
parent
284feb0c2b
commit
16f7f76b49
|
@ -210,6 +210,8 @@ export default defineComponent({
|
|||
|
||||
.controlsContainer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.noExpressionSelector {
|
||||
|
|
Loading…
Reference in a new issue