Skip to content

Commit

Permalink
fix split button bug on safari (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbardugo authored May 30, 2021
1 parent afc611b commit 0e2332e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/SplitButton/SplitButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
align-items: center;
border-radius: $border-radius-small;
transition: 50ms transform, 0.1s $expand-animation-timing min-width;


.monday-style-split-button__main-button {
margin-right: 0;
}

.monday-style-split-button__secondary-button {
margin-left: 0;
}

&__secondary-button-wrapper {
.monday-style-split-button__secondary-button-icon-wrapper {
display: inline-flex;
Expand Down

0 comments on commit 0e2332e

Please sign in to comment.