fix(n8n Form Trigger Node): Checkboxes different sizes (#11677)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions

This commit is contained in:
Michael Kret 2024-11-11 19:37:21 +02:00 committed by GitHub
parent 23caf43e30
commit c08d23c00f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,6 +226,7 @@
.multiselect-checkbox {
vertical-align: middle;
min-width: 18px;
}
input[type='checkbox'] {