Skip to content

Commit

Permalink
Remove min width from recordlist th
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Nov 4, 2024
1 parent 870d0ff commit a1bd796
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -2299,8 +2296,6 @@ export default {
}
th {
min-width: 13rem;
&.required::after {
content: "*";
display: inline-block;
Expand Down

0 comments on commit a1bd796

Please sign in to comment.