templates: Fix overview layout.
`min-width` is officially a bit undefined and a hack but it actually works so for now, we'll use it. Closes #47
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
<table class='dashboard table table-striped table-condensed'>
|
<table class='dashboard table table-striped table-condensed'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width:220px;">Status</th>
|
<th style="min-width:220px;">Status</th>
|
||||||
<th style="width:600px;">Hostname</th>
|
<th style="width:600px;">Hostname</th>
|
||||||
<th style="width:120px;"></th>
|
<th style="width:120px;"></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user