Skip to content

Commit

Permalink
Integration: Instructions pagination styles need finishing (#855)
Browse files Browse the repository at this point in the history
closes #839

---------

Co-authored-by: create-issue-branch[bot] <53036503+create-issue-branch[bot]@users.noreply.github.com>
Co-authored-by: Lois Wells <[email protected]>
Co-authored-by: Lois Wells <[email protected]>
  • Loading branch information
3 people authored Dec 21, 2023
1 parent e1625cb commit 5de17cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Disappearing borders on tablet (#827)
- Dark mode button theming (#850)
- `<strong>` styling on Firefox (#854)
- Progress bar width on Firefox (#855)

## [0.20.0] - 2023-11-24

Expand Down
1 change: 1 addition & 0 deletions src/assets/stylesheets/ProgressBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

progress {
flex: 1;
min-inline-size: 0px;
}

.btn-outer {
Expand Down

0 comments on commit 5de17cd

Please sign in to comment.