Skip to content

Commit e3d19e5

Browse files
committed
Fix text input size
1 parent 262e03e commit e3d19e5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • webapp/app/components/translation-edit/form

webapp/app/components/translation-edit/form/index.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
width: 100%;
7575
height: 100%;
7676
padding: 10px 130px 10px 10px;
77+
font-size: 13px;
7778

7879
&[dir='rtl'] {
7980
padding: 10px 10px 10px 130px;
@@ -196,3 +197,9 @@
196197
.lint-messages--loading {
197198
opacity: 0.5;
198199
}
200+
201+
@media (max-width: 640px) {
202+
.inputText {
203+
font-size: 16px;
204+
}
205+
}

0 commit comments

Comments
 (0)