Browse Source

Fix fluid flex, rounding of padding

pull/2300/head
jlukic 9 years ago
parent
commit
7d402ff4e8
2 changed files with 3 additions and 1 deletions
  1. 2
      src/definitions/elements/button.less
  2. 2
      src/themes/default/elements/button.variables

2
src/definitions/elements/button.less

@ -1036,6 +1036,8 @@
.ui.fluid.buttons,
.ui.button.fluid {
display: flex;
justify-content: center;
flex-direction: row;
width: 100%;
}

2
src/themes/default/elements/button.variables

@ -12,7 +12,7 @@
/* Style */
@backgroundColor: #E0E0E0;
@backgroundImage: none;
@verticalPadding: 0.78571em;
@verticalPadding: 0.7857142em;
@horizontalPadding: 1.5em;
/* Text */

Loading…
Cancel
Save