Skip to content

Commit 5f18e0f

Browse files
committed
add a min-width on column for better rendering
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 8a900f0 commit 5f18e0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

product_portfolio/templates/product_portfolio/tabs/tab_activity_actions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ <h3 class="fs-5 fw-medium mb-0">
2727
<table class="table table-sm mb-0 align-middle">
2828
<thead>
2929
<tr>
30-
<th class="fw-medium">Type</th>
30+
<th class="fw-medium" style="min-width: 200px;">Type</th>
3131
<th class="fw-medium" style="width: 200px;">Status</th>
32-
<th class="fw-medium">Input</th>
32+
<th class="fw-medium" style="min-width: 200px;">Input</th>
3333
<th class="fw-medium">Log</th>
3434
</tr>
3535
</thead>

0 commit comments

Comments
 (0)