Skip to content

Commit 0dc7a40

Browse files
committed
Add min-width for the name column
Signed-off-by: tdruez <[email protected]>
1 parent 64a7e3f commit 0dc7a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/templates/scanpipe/tree/resource_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<table class="table is-bordered is-hoverable is-fullwidth">
33
<thead class="is-sticky">
44
<tr>
5-
<th>Name</th>
5+
<th style="min-width:200px;">Name</th>
66
<th>Status</th>
77
<th>Language</th>
88
<th>License</th>

0 commit comments

Comments
 (0)