order details: fix style

This commit is contained in:
2025-11-05 21:42:15 +03:00
parent 1564d810a3
commit 072cf47d17
2 changed files with 5 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
.container {
padding: 16px;
padding: 20px 0;
position: relative;
display: grid;
grid-template-rows: auto minmax(0, auto) auto minmax(0, auto) auto minmax(
0,
auto
) auto;
gap: 4px;
gap: 3px;
height: 100%;
max-height: 100%;
overflow-y: auto;
@@ -58,8 +58,9 @@
flex-direction: column;
border-radius: 6px;
background-color: var(--border);
margin-bottom: 10px;
}
.segmentedContent {
width: 100%;
margin-bottom: 15px;
margin-bottom: 10px;
}

View File

@@ -34,6 +34,7 @@ export function OrderDetailsBottomSheet({
>
<div className={styles.container}>
{/* Order Type */}
<div className={styles.sectionTitle}>
{t("orderDetails.fulfillmentType")}
</div>