@@ -12,15 +12,11 @@ a.ck-button {
@mixin ck-unselectable;
@mixin ck-tooltip_enabled;
- display: inline-flex;
- flex-flow: row nowrap;
- align-items: center;
position: relative;
- justify-content: center;
&.ck-button_with-text {
& .ck-button__label {
- display: inline;
+ display: inline-block;
}
@@ -5,7 +5,7 @@
svg.ck-icon {
/* Multiplied by the height of the line in "px" should give SVG "viewport" dimensions */
- font-size: 0.833333em;
+ font-size: 0.8333333333em;
/* Must be consistent with .ck-button__label's vertical align. Otherwise, buttons with and
without labels (but with icons) have different sizes in Chrome */