Browse Source

ref(ui): Made Project Name Input full width (#20774)

Priscila Oliveira 4 years ago
parent
commit
d0c31f45bb

+ 1 - 0
src/sentry/static/sentry/app/views/projectInstall/createProject.tsx

@@ -349,6 +349,7 @@ const ProjectNameInput = styled('div')`
   input {
     border: 0;
     outline: 0;
+    flex: 1;
   }
 `;