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

Use fixed height in option-input border
This commit is contained in:
Rubén Moya 2018-03-16 09:41:22 +01:00 committed by GitHub
commit 580ba86680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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