From 0424d05ada34e8ecd582d0be3de441f707d1b063 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 18 May 2019 15:42:14 +0100 Subject: [PATCH] Fix author name position in comment form --- .../assets/css/components/comment-list.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/comment-list.css b/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/comment-list.css index 0427ea9..5ce75c5 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/comment-list.css +++ b/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/comment-list.css @@ -4,15 +4,14 @@ } .comment-list { - .comment-author .avatar, - .comment-author > a.url { + .comment-author .avatar { @apply absolute top-0 left-0; } - .comment-author > b.fn { + .comment-author b.fn { @apply pl-0 text-2xl text-black; } - .comment-author > b.fn a { + .comment-author b.fn a { @apply text-inherit; }