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.
Flex
1 parent 9951262 commit 896bae3Copy full SHA for 896bae3
static/app/components/noProjectMessage.tsx
@@ -103,21 +103,20 @@ const HelpMessage = styled('div')`
103
margin-bottom: ${space(2)};
104
`;
105
106
-const Flex = styled('div')`
+const Wrapper = styled('div')`
107
display: flex;
108
-`;
109
-
110
-const Wrapper = styled(Flex)`
111
flex: 1;
112
align-items: center;
113
justify-content: center;
114
115
116
-const HeightWrapper = styled(Flex)`
+const HeightWrapper = styled('div')`
+ display: flex;
117
height: 350px;
118
119
120
-const Content = styled(Flex)`
+const Content = styled('div')`
121
flex-direction: column;
122
123
margin-left: 40px;
0 commit comments