Merge pull request #194 from CartoDB/fix-option-input-border

Use fixed height in option-input border
pull/195/head
Rubén Moya 7 years ago committed by GitHub
commit 580ba86680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,7 +181,7 @@
position: absolute;
left: -1px;
width: 1px;
height: calc(100% + 2px);
height: $baseSize * 4;
content: '';
}

Loading…
Cancel
Save