Skip to content

Commit 5b16184

Browse files
committed
Merge remote-tracking branch 'origin/release/14.0' into dev
2 parents d593940 + ced36eb commit 5b16184

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: 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

Diff for: 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)