diff options
-rw-r--r-- | modules/tag/css/tag.css | 1 | ||||
-rw-r--r-- | modules/tag/views/admin_tags.html.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/tag/css/tag.css b/modules/tag/css/tag.css index 6e7bb4a3..03ed444b 100644 --- a/modules/tag/css/tag.css +++ b/modules/tag/css/tag.css @@ -80,6 +80,7 @@ #g-tag-admin td { border: 0; + vertical-align: top; } #g-tag-admin ul { diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php index 8647412d..3e333817 100644 --- a/modules/tag/views/admin_tags.html.php +++ b/modules/tag/views/admin_tags.html.php @@ -23,7 +23,7 @@ <div class="g-block-content"> <table id="g-tag-admin"> - <caption class="g-understate"> + <caption> <?= t2("There is one tag", "There are %count tags", $tags->count()) ?> </caption> <tr> |