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

View File

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