fix: postage field top margin, cap State B field width to 600px
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
|
||||
<!-- RIGHT: Listing fields -->
|
||||
<ScrollViewer Grid.Column="2" VerticalScrollBarVisibility="Auto">
|
||||
<StackPanel Margin="0,0,8,16">
|
||||
<StackPanel Margin="0,0,8,16" MaxWidth="600">
|
||||
<TextBlock Text="LISTING DETAILS"
|
||||
FontSize="10" FontWeight="SemiBold"
|
||||
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||
@@ -373,7 +373,7 @@
|
||||
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||
|
||||
<!-- Postage + Postcode -->
|
||||
<Grid>
|
||||
<Grid Margin="0,12,0,0">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="12"/>
|
||||
|
||||
Reference in New Issue
Block a user