3
0

Remove min width from recordlist th

This commit is contained in:
Jože Fortun 2024-11-04 17:09:14 +01:00
parent ca5604121a
commit af3fd30f31

View File

@ -461,9 +461,6 @@
<div
v-else-if="field.moduleField.canReadRecordValue && !field.edit"
class="d-flex mb-0"
:class="{
'field-adjust-offset': inlineEditing,
}"
>
<field-viewer
:field="field.moduleField"
@ -2299,8 +2296,6 @@ export default {
}
th {
min-width: 13rem;
&.required::after {
content: "*";
display: inline-block;