Merge pull request #112 from CartoDB/CDB-Shape-threePoints-padding

Adds some padding to CDB-Shape-threePoints so that is easier to click on the button
This commit is contained in:
Pablo Alonso 2016-05-17 12:05:32 +02:00
commit cc13652adc

View File

@ -106,9 +106,11 @@ Description
.CDB-Shape-threePoints {
display: inline-block;
padding: 0 4px;
}
.CDB-Shape-threePoints.is-horizontal {
transform: rotate(90deg);
padding: 4px 0;
}
.CDB-Shape-threePointsItem {