Skip to content

Commit 9304d59

Browse files
authored
Merge pull request #23199 from Yoast/fix/suggestions-modal-header-alignment
Align the usage counter vertically
2 parents 916cfdc + 351acf5 commit 9304d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/js/src/ai-content-planner/components/feature-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const FeatureModal = ( {
111111
( isOutline && ! isOutlineError ) ) &&
112112
(
113113
<UsageCounter
114-
className="yst-relative"
114+
className="yst-relative yst-flex yst-items-center"
115115
limit={ usageCountLimit }
116116
requests={ usageCount }
117117
mentionBetaInTooltip={ isPremium }

0 commit comments

Comments
 (0)