Skip to content

Commit 8cd8a54

Browse files
committed
Fixed width
1 parent 3163ac1 commit 8cd8a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/comp/CopyField.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
.copy-field {
1313
display: flex;
1414
padding: 5px;
15+
max-width: 95vw;
1516
border: 1px solid var(--panel-outline);
1617
background-color: var(--panel-dark);
1718
border-radius: 10px;
18-
margin: 10px 0;
19+
margin: 10px auto;
1920
gap: 10px;
2021
white-space: nowrap;
2122
}

0 commit comments

Comments
 (0)