Skip to content

Commit

Permalink
Fix width of new file button (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
loiswells97 committed Jan 5, 2024
1 parent 6ea765b commit e5258aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Save/download panel spacing (#859)
- Instructions output wrapping in Firefox (#862)
- Instructions code blocks with no line numbers (#863)
- New file button width (#865)

## [0.20.0] - 2023-11-24

Expand Down
2 changes: 1 addition & 1 deletion src/assets/stylesheets/DesignSystemButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
width: fit-content;
}

.rpf-button--fill {
.rpf-button.rpf-button--fill {
justify-content: center;
width: 100%;
box-sizing: border-box;
Expand Down

0 comments on commit e5258aa

Please sign in to comment.