Skip to content

Commit 428b1e5

Browse files
nattb8claude
andcommitted
fix(audience-sample): align version badge to bottom of title on narrow screens (SDK-314)
align-items: flex-end puts the badge level with the last line of the title ("App") so it reads as inline rather than floating at the top. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e027a95 commit 428b1e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/audience/Assets/SampleApp/Resources/AudienceSample.uss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
and letting the title shrink (text reflows internally) keeps them together. */
583583
.narrow .header-row {
584584
flex-wrap: nowrap;
585-
align-items: flex-start;
585+
align-items: flex-end;
586586
}
587587

588588
.narrow .title {

0 commit comments

Comments
 (0)