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:
parent
bb72b5118d
commit
d69edab611
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue