Merge pull request #85 from CartoDB/fix-button-height

fix button height
This commit is contained in:
piensaenpixel 2016-03-28 10:43:27 +02:00
commit 672e25d0c8
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -99,7 +99,7 @@ Layout Component:
}
.CDB-Button--small {
padding: $baseSize - 3 $baseSize + 4;
padding: $baseSize / 2 $baseSize + 4;
}
.CDB-Button--big {