Skip to content

Commit

Permalink
fix(button): loader position in ie (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed May 18, 2021
1 parent d50e83e commit 6f0ddab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/button/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ a.loading {

.loader {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* Size */
Expand Down

0 comments on commit 6f0ddab

Please sign in to comment.