Skip to content

Commit 3119b78

Browse files
committed
attempt to fix the translate custom form field size when switching tasks
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 6bf4f84 commit 3119b78

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/components/Translate/TranslateForm.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,19 @@ export default {
210210
211211
.col {
212212
width: 50%;
213+
.text-field {
214+
display: flex;
215+
flex-direction: column;
216+
:deep(.editable-input) {
217+
flex-grow: 1;
218+
display: flex;
219+
flex-direction: column;
220+
}
221+
:deep(.editable-input div) {
222+
height: 100% !important;
223+
margin: 0 !important;
224+
}
225+
}
213226
}
214227
}
215228

0 commit comments

Comments
 (0)