There was an error while loading. Please reload this page.
1 parent 262e03e commit e3d19e5Copy full SHA for e3d19e5
1 file changed
webapp/app/components/translation-edit/form/index.scss
@@ -74,6 +74,7 @@
74
width: 100%;
75
height: 100%;
76
padding: 10px 130px 10px 10px;
77
+ font-size: 13px;
78
79
&[dir='rtl'] {
80
padding: 10px 10px 10px 130px;
@@ -196,3 +197,9 @@
196
197
.lint-messages--loading {
198
opacity: 0.5;
199
}
200
+
201
+@media (max-width: 640px) {
202
+ .inputText {
203
+ font-size: 16px;
204
+ }
205
+}
0 commit comments