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.
This commit is contained in:
Ella E. 2024-12-09 17:25:45 -07:00 committed by GitHub
parent bb72b5118d
commit d69edab611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 {