Skip to content

Commit

Permalink
fix(core-components-button): fix loader position (#236)
Browse files Browse the repository at this point in the history
* fix(core-components-button): fix loader position

* fix(core-components-button): fix block mode

* fix(core-components-button): remove unused styles
  • Loading branch information
reme3d2y committed Aug 24, 2020
1 parent 56a0a16 commit 697c44a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/button/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
}

.component {
position: relative;
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
Expand Down Expand Up @@ -274,6 +275,6 @@
/* Block */

.block {
display: block;
display: flex;
width: 100%;
}

0 comments on commit 697c44a

Please sign in to comment.