Merge pull request #194 from CartoDB/fix-option-input-border
Use fixed height in option-input border
This commit is contained in:
commit
580ba86680
@ -181,7 +181,7 @@
|
||||
position: absolute;
|
||||
left: -1px;
|
||||
width: 1px;
|
||||
height: calc(100% + 2px);
|
||||
height: $baseSize * 4;
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user