Skip to content

Commit 24b38e1

Browse files
author
Lionel Laské
committed
Merge branch 'pr/1583' into dev
2 parents 1626d20 + 1049ebb commit 24b38e1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
### Fixed
99
- Images go under each other while editing in Fototoon #1552
1010
- Missalignment of icons and text in Fototoon activity "clean all" button #1596
11+
- Extra icon rendering in QRCode activity #1193
1112

1213
## [1.8.0] - 2024-04-10
1314
### Added

activities/QRCode.activity/css/activity.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,9 @@
415415
#qrtextdropdown option {
416416
font-size: 20px;
417417
}
418+
select {
419+
/* Hide the default arrow */
420+
-webkit-appearance: none;
421+
-moz-appearance: none;
422+
appearance: none;
423+
}

0 commit comments

Comments
 (0)