Skip to content

Commit

Permalink
fix(core-components-button): fix block button width
Browse files Browse the repository at this point in the history
  • Loading branch information
SiebenSieben committed Jun 17, 2020
1 parent 3b134dc commit 4abf5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ reviewers:
- pavelozavr
- denisx
- vorozhtsoff
- NatalyaZ

skipKeywords:
- wip
1 change: 1 addition & 0 deletions packages/button/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,6 @@
/* Block */

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

0 comments on commit 4abf5d9

Please sign in to comment.