From d69edab611c18dc6931126004afbc23cbdceb89a Mon Sep 17 00:00:00 2001 From: "Ella E." Date: Mon, 9 Dec 2024 17:25:45 -0700 Subject: [PATCH] FIX: Prevent experimental badge from splitting onto new lines with long titles (#30181) This PR resolves an issue where the "Experimental" badge would break onto a new line when the title was too long, causing the badge text to separate from the icon. The fix ensures the badge text and icon remain aligned, even with longer titles. --- app/assets/stylesheets/common/admin/dashboard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/admin/dashboard.scss b/app/assets/stylesheets/common/admin/dashboard.scss index 3a0777e7eea..da1cd305bbb 100644 --- a/app/assets/stylesheets/common/admin/dashboard.scss +++ b/app/assets/stylesheets/common/admin/dashboard.scss @@ -667,6 +667,7 @@ margin-left: 0.5rem; font-weight: 400; border-radius: var(--d-border-radius); + display: inline-block; } .admin-new-feature-item__body {