We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61d4c29 + 2e38e0b commit ced36ebCopy full SHA for ced36eb
frontend/src/global_styles/content/_forms_mobile.sass
@@ -68,5 +68,6 @@
68
// when focused.
69
select,
70
textarea,
71
- input
+ input,
72
+ .op-uc-container.op-uc-container_editing
73
font-size: 16px !important
frontend/src/global_styles/content/work_packages/inplace_editing/_textareas.sass
@@ -72,6 +72,10 @@
height: 29px
background: none
74
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
+
79
// Center save/cancel links
80
line-height: 27px
81
border: 1px solid transparent
@@ -84,4 +88,3 @@
84
88
85
89
.icon-context:before
86
90
padding: 0
87
-
0 commit comments