summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/system_information.widget.php b/src/usr/local/www/widgets/widgets/system_information.widget.php
index cf7e06d..45bb113 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -190,7 +190,7 @@ $filesystems = get_mounted_filesystems();
<tr>
<th><?=gettext("DNS server(s)");?></th>
<td>
- <ul>
+ <ul style="margin-bottom:0px">
<?php
$dns_servers = get_dns_servers();
foreach($dns_servers as $dns) {
OpenPOWER on IntegriCloud