1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #3560 from bonanitech/border-radius-gap

Fix gap between typedInput containers borders
This commit is contained in:
Nick O'Leary 2022-04-28 16:32:41 +01:00 committed by GitHub
commit b0a5d4fb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
.red-ui-typedInput-container {
border: 1px solid $form-input-border-color;
border-radius: 4px;
border-radius: 5px;
height: 34px;
line-height: 14px;
display: inline-flex;