File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ const Label = styled(Title)`
202202 margin-bottom: 16px;
203203` ;
204204const Input = styled . input `
205- min-width: 344px;
206205 height: 56px;
207206 padding-left: 24px;
208207 border-radius: 12px;
@@ -212,7 +211,6 @@ const Input = styled.input`
212211 }
213212` ;
214213const Textarea = styled . textarea `
215- min-width: 344px;
216214 height: 282px;
217215 padding: 16px 24px;
218216 border-radius: 12px;
@@ -237,6 +235,7 @@ const FileLabel = styled.label`
237235 justify-content: center;
238236 align-items: center;
239237 font-size: 0;
238+ flex-shrink: 0;
240239 &:hover {
241240 background-color: rgb(233, 233, 233);
242241 }
@@ -272,7 +271,7 @@ const TagList = styled.div`
272271` ;
273272const WarningText = styled . span `
274273 color: #f74747;
275- font-size: 16px ;
274+ font-size: 12px ;
276275` ;
277276
278277export default AddItem ;
You can’t perform that action at this time.
0 commit comments