Skip to content

Commit ced36eb

Browse files
authored
Merge pull request opf#15223 from opf/bug/53651-ios-zooms-in-when-commenting
[53651][54116] iOS bug fixes
2 parents 61d4c29 + 2e38e0b commit ced36eb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

frontend/src/global_styles/content/_forms_mobile.sass

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
// when focused.
6969
select,
7070
textarea,
71-
input
71+
input,
72+
.op-uc-container.op-uc-container_editing
7273
font-size: 16px !important

frontend/src/global_styles/content/work_packages/inplace_editing/_textareas.sass

+4-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
height: 29px
7373
background: none
7474

75+
// Needed especially for iOS, because it would otherwise add a automatic padding for button resulting in the icon being misplaced
76+
// see: https://stackoverflow.com/a/57420996/8900797
77+
padding: 0
78+
7579
// Center save/cancel links
7680
line-height: 27px
7781
border: 1px solid transparent
@@ -84,4 +88,3 @@
8488

8589
.icon-context:before
8690
padding: 0
87-

0 commit comments

Comments
 (0)