Skip to content

Commit

Permalink
🐛 - style: fix incorrect allignment of toolbar button in form on mobi…
Browse files Browse the repository at this point in the history
…le viewport
  • Loading branch information
svenvandescheur committed Dec 16, 2024
1 parent d5f10f8 commit e662623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/form/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
}

.mykn-toolbar .mykn-button {
justify-content: center;
justify-content: center !important;
}
}

0 comments on commit e662623

Please sign in to comment.