From da3358db89fa036771f4b660720d0fac1473c9b4 Mon Sep 17 00:00:00 2001 From: Mohd Salman <47385962+salmanshafiq8630@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:02:49 +0530 Subject: [PATCH] Update /wp-includes/css/admin-bar.css typo error indentation --- src/wp-includes/css/admin-bar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css index e0e055a3ec973..7fa4065b32b85 100644 --- a/src/wp-includes/css/admin-bar.css +++ b/src/wp-includes/css/admin-bar.css @@ -937,7 +937,7 @@ html:lang(he-il) .rtl #wpadminbar * { #wpadminbar #wp-admin-bar-my-account > a { position: relative; white-space: nowrap; - text-indent: 150%; /* More than 100% indention is needed since this element has padding */ + text-indent: 150%; /* More than 100% indentation is needed since this element has padding */ width: 28px; padding: 0 10px; overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */