mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Fix n8n-checkbox alignment (#6004)
* fix: fix n8n-checkbox alignment * fix: use css variables in checkbox inner margin-top * test: update snapshots
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
v-if="label || $slots.options"
|
||||
:for="inputName"
|
||||
:class="{
|
||||
'n8n-input-label': true,
|
||||
[$style.inputLabel]: true,
|
||||
[$style.heading]: !!label,
|
||||
[$style.underline]: underline,
|
||||
|
||||
Reference in New Issue
Block a user