fix: postage field top margin, cap State B field width to 600px

This commit is contained in:
2026-04-16 02:21:33 +01:00
parent 3cef63a472
commit 3b0ed62e7c

View File

@@ -197,7 +197,7 @@
<!-- RIGHT: Listing fields --> <!-- RIGHT: Listing fields -->
<ScrollViewer Grid.Column="2" VerticalScrollBarVisibility="Auto"> <ScrollViewer Grid.Column="2" VerticalScrollBarVisibility="Auto">
<StackPanel Margin="0,0,8,16"> <StackPanel Margin="0,0,8,16" MaxWidth="600">
<TextBlock Text="LISTING DETAILS" <TextBlock Text="LISTING DETAILS"
FontSize="10" FontWeight="SemiBold" FontSize="10" FontWeight="SemiBold"
Foreground="{DynamicResource MahApps.Brushes.Gray5}" Foreground="{DynamicResource MahApps.Brushes.Gray5}"
@@ -373,7 +373,7 @@
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/> Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
<!-- Postage + Postcode --> <!-- Postage + Postcode -->
<Grid> <Grid Margin="0,12,0,0">
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/> <ColumnDefinition Width="*"/>
<ColumnDefinition Width="12"/> <ColumnDefinition Width="12"/>