fix crud batch column width

This commit is contained in:
Simon Vieille 2022-02-26 20:09:46 +01:00
parent 03e401f9ce
commit 661840d87c

View file

@ -490,9 +490,8 @@ fieldset.form-group {
} }
} }
th.crud-batch-column { .table .crud-batch-column {
width: 20px !important; width: 1%;
max-width: 20px;
} }
form { form {