Skip to content

Commit 211519a

Browse files
authored
fix: DH-22677: Adjust dotted line position in upload screen UI (#2687)
Fix upload screen dotted border to fully encompass content and reach container edges, preventing text from sticking out.
1 parent 8450735 commit 211519a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/console/src/csv/CsvOverlay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '@deephaven/components/scss/custom.scss';
22

33
.csv-overlay {
4-
margin: $spacer-2;
4+
margin: $spacer-0 $spacer-3 $spacer-0;
55
background: color-mix(in srgb, var(--dh-color-content-bg) 70%, transparent);
66
text-align: center;
77
display: flex;

0 commit comments

Comments
 (0)