Skip to content

Commit

Permalink
fix(button-group): remove customization from button group
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jul 22, 2021
1 parent 3dfa722 commit 27debfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/default/scss/button/_layout.scss
Expand Up @@ -120,8 +120,6 @@
padding: 0;
border-width: 0;
box-sizing: border-box;
color: inherit;
background-color: transparent;
list-style: none;
outline: 0;
white-space: nowrap;
Expand Down Expand Up @@ -169,7 +167,7 @@

.k-button {
display: inline-block;
flex: 1 1 auto;
flex: 1 0 0%;
overflow: hidden;
text-overflow: ellipsis;

Expand Down

0 comments on commit 27debfd

Please sign in to comment.