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:
Alex Grozav
2023-04-19 11:37:43 +03:00
committed by GitHub
parent 3737b47869
commit f5448269ee
4 changed files with 10 additions and 6 deletions

View File

@@ -76,6 +76,7 @@ export default defineComponent({
.n8nCheckbox {
display: flex !important;
white-space: normal !important;
margin-bottom: var(--spacing-2xs);
span {
white-space: normal;
@@ -83,6 +84,7 @@ export default defineComponent({
label {
cursor: pointer;
margin-bottom: 0;
}
}
</style>