Adds some padding to CDB-Shape-threePoints so that is easier to click on it

This commit is contained in:
Pablo Alonso Garcia 2016-05-17 11:20:43 +02:00
parent 9a8f1c1753
commit 0eb3044b4c

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 {