Skip to content

Commit a6b017c

Browse files
nattb8claude
andcommitted
fix(audience-sample): left-align status bar values when stacked vertically (SDK-314)
The base .status-group has align-items: center which, once the group switches to flex-direction: column in narrow mode, horizontally centers the cells instead of left-aligning them. Override to align-items: stretch so cells fill the full group width and labels/values read left to right. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cce9b98 commit a6b017c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@
539539

540540
.narrow .status-group {
541541
flex-direction: column;
542+
align-items: stretch;
542543
margin-right: 0;
543544
min-width: 0;
544545
}

0 commit comments

Comments
 (0)