Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d183cb7 commit 4aa1909Copy full SHA for 4aa1909
packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Import/elements.ts
@@ -101,6 +101,7 @@ export const Input = styled.input`
101
font-size: 13px;
102
color: white;
103
width: 100%;
104
+ max-width: 300px;
105
106
&::-webkit-input-placeholder {
107
/* Chrome/Opera/Safari */
@@ -142,8 +143,8 @@ export const PlaceHolderLink = styled.span<{ error: string }>`
142
143
144
export const GitHubLink = styled.a`
145
${linkStyles};
-
146
- &:hover {
+ word-break: break-all;
147
+ s &:hover {
148
color: rgba(255, 255, 255, 0.8);
149
}
150
`;
0 commit comments