Tweaked table width to fixed and corrected spelling error
Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
@@ -112,6 +112,7 @@ div.incident {
|
|||||||
|
|
||||||
table{
|
table{
|
||||||
background:#fff;
|
background:#fff;
|
||||||
|
table-layout:fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th, table td {
|
table th, table td {
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
{if $sites}
|
{if $sites}
|
||||||
<table class="bordered-table" name="sites_list_table"><!--Services table -->
|
<table class="bordered-table" name="sites_list_table"><!--Services table -->
|
||||||
<thead>
|
<thead>
|
||||||
<th>Sites</th>
|
<th>Site</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user