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 Nov 30, 2023
1 parent 47a5057 commit 3e39ce8
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 3e39ce8

Please sign in to comment.