From 506a0709fa1a210a7aeedbbd0d184ee3b77c7ac2 Mon Sep 17 00:00:00 2001 From: Nate Date: Wed, 4 Dec 2019 08:37:09 -0700 Subject: [PATCH] Theme: Adjust list row vertical alignment. --- themes/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index 2faa8a9cda..6e6fbd08f5 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2394,7 +2394,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; font-family: ; font-size: ; text-align: left; - vertical-align: top; + vertical-align: middle; } .list-row > :not(.checkbox) {