Skip to content

Commit

Permalink
Merge branch 'pr/1583' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Apr 13, 2024
2 parents 1626d20 + 1049ebb commit 24b38e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Images go under each other while editing in Fototoon #1552
- Missalignment of icons and text in Fototoon activity "clean all" button #1596
- Extra icon rendering in QRCode activity #1193

## [1.8.0] - 2024-04-10
### Added
Expand Down
6 changes: 6 additions & 0 deletions activities/QRCode.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,9 @@
#qrtextdropdown option {
font-size: 20px;
}
select {
/* Hide the default arrow */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

0 comments on commit 24b38e1

Please sign in to comment.