Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4aa1909

Browse files
authored
fix input in new sandbox (codesandbox#3584)
1 parent d183cb7 commit 4aa1909

File tree

1 file changed

+3
-2
lines changed
  • packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Import

1 file changed

+3
-2
lines changed

packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Import/elements.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export const Input = styled.input`
101101
font-size: 13px;
102102
color: white;
103103
width: 100%;
104+
max-width: 300px;
104105
105106
&::-webkit-input-placeholder {
106107
/* Chrome/Opera/Safari */
@@ -142,8 +143,8 @@ export const PlaceHolderLink = styled.span<{ error: string }>`
142143

143144
export const GitHubLink = styled.a`
144145
${linkStyles};
145-
146-
&:hover {
146+
word-break: break-all;
147+
s &:hover {
147148
color: rgba(255, 255, 255, 0.8);
148149
}
149150
`;

0 commit comments

Comments
 (0)