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

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;