From 3b4dd777249343b81246b0bafd2fe3ef5e4ad2ff Mon Sep 17 00:00:00 2001 From: desmukh Date: Thu, 1 Jun 2023 18:31:18 +0500 Subject: [PATCH] navmenu: fix text alignment when wrapped --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 01de8fc..8ee5922 100644 --- a/style.css +++ b/style.css @@ -71,6 +71,10 @@ html, body { color: var(--wp--preset--color--secondary) } +.wp-block-navigation-item { + text-align: end; +} + .wp-site-blocks h2 a { text-decoration: none; }