Set max-width to 90% on translate dialog

This commit is contained in:
Akim Juillerat
2019-08-13 11:45:47 +02:00
committed by Timon Tschanz
parent cd59690f76
commit 6e853b09d8
2 changed files with 12 additions and 4 deletions

View File

@@ -7,3 +7,6 @@
.oe_translation_field.touched {
border: 1px solid green !important;
}
.modal-xl {
max-width: 90%;
}