fix: Missing padding on public share custom url

This commit is contained in:
Tom Moor
2024-02-08 19:56:13 -05:00
parent 18cf0856c6
commit 84c97ae5ff

View File

@@ -221,7 +221,7 @@ const ShareLinkInput = styled(Input)`
min-width: 100px;
flex: 1;
${NativeInput} {
${NativeInput}:not(:first-child) {
padding: 4px 8px 4px 0;
flex: 1;
}