Skip to content

Commit

Permalink
Integration: Bold styling not properly applied to <strong> elements (#…
Browse files Browse the repository at this point in the history
…854)

closes #840

---------

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 f3d835e commit e1625cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Save status spacing (#827)
- Disappearing borders on tablet (#827)
- Dark mode button theming (#850)
- `<strong>` styling on Firefox (#854)

## [0.20.0] - 2023-11-24

Expand Down
4 changes: 4 additions & 0 deletions src/assets/stylesheets/Instructions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
margin: 0;
}

strong {
font-weight: $font-weight-bold;
}

img {
max-width: 100%;
}
Expand Down

0 comments on commit e1625cb

Please sign in to comment.