From 58a362c8e17e5d5b40a0ea2d31236903a2e5a68a Mon Sep 17 00:00:00 2001 From: Brad Singleton <29055518+bradsingleton@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:34:45 +0100 Subject: [PATCH] Fix vertical alignment issue Signed-off-by: Brad Singleton <29055518+bradsingleton@users.noreply.github.com> --- themes/pmahomme/scss/_tables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/pmahomme/scss/_tables.scss b/themes/pmahomme/scss/_tables.scss index d947a147db..1d473b544c 100644 --- a/themes/pmahomme/scss/_tables.scss +++ b/themes/pmahomme/scss/_tables.scss @@ -2,6 +2,7 @@ th, td { text-shadow: 0 1px 0 #fff; + vertical-align: middle; } th { @@ -10,7 +11,6 @@ td { touch-action: manipulation; - vertical-align: middle; } thead th {