manager: increase width of textarea in cell properties (#65654)

This commit is contained in:
Frédéric Péters 2022-05-24 15:28:23 +02:00
parent f3295f1451
commit af51c0c20b
1 changed files with 3 additions and 0 deletions

View File

@ -712,6 +712,9 @@ form .choices {
@include sr-only();
}
}
textarea {
width: 100%;
}
}
.cell.map .pk-tabs-container--content-panels .buttons {