Adds some padding to CDB-Shape-threePoints so that is easier to click on it
This commit is contained in:
@@ -106,9 +106,11 @@ Description
|
|||||||
|
|
||||||
.CDB-Shape-threePoints {
|
.CDB-Shape-threePoints {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
.CDB-Shape-threePoints.is-horizontal {
|
.CDB-Shape-threePoints.is-horizontal {
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
|
padding: 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CDB-Shape-threePointsItem {
|
.CDB-Shape-threePointsItem {
|
||||||
|
|||||||
Reference in New Issue
Block a user