Skip to content

Commit

Permalink
Removed button min width to avoid clipped labels in flex layouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Aug 2, 2024
1 parent ce98407 commit a3142c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Dates should be in`YYYY-MM-DD` format and versions are in [semantic versioning](
- Better indenting on nested lists.
- Smaller font size for ARCI view.
- Sort roles in people's table.
- Removed button min width to avoid clipped labels in flex layouts.

## v0.6.2 2024-07-28

Expand Down
1 change: 0 additions & 1 deletion src/lib/Button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
white-space: nowrap;
display: inline-flex;
align-items: center;
min-width: 1em;
}
button.chromeless {
Expand Down

0 comments on commit a3142c8

Please sign in to comment.