Skip to content

Commit

Permalink
refactor: adjust sizing of MButton info slot
Browse files Browse the repository at this point in the history
  • Loading branch information
berwyn committed Dec 12, 2023
1 parent ce49ba7 commit 2c88624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/src/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ export default {
}
.InformationText {
width: min-content;
flex: 0 0 fit-content;
padding-left: var(--letter-spacing);
opacity: 0.6;
}
Expand Down

0 comments on commit 2c88624

Please sign in to comment.