Skip to content

Commit

Permalink
Increase the default width for field labels to min 150px
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Nov 28, 2024
1 parent 74dfff2 commit eec0885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senaite/core/browser/dexterity/templates/widget.pt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<table class="table table-borderless table-hover table-sm">
<colgroup>
<col style="min-width:100px;max-width:200px;">
<col style="min-width:150px;max-width:200px;">
<col style="width:100%">
</colgroup>
<tr>
Expand Down

0 comments on commit eec0885

Please sign in to comment.