Skip to content

Commit

Permalink
fix(Buefy): 🐛 b-table overflow when last column is numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil4udo committed Aug 6, 2022
1 parent a265bb9 commit 32d1c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/buefy/scss/components/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ $-css-vars-map: (
&.is-numeric {
flex-direction: row-reverse;
text-align: right;
width: 95%;
.icon {
margin-right: 0.5rem;
margin-left: 0;
Expand Down

0 comments on commit 32d1c3d

Please sign in to comment.