Skip to content

Commit

Permalink
create event full width
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 4, 2024
1 parent 1b1d5c8 commit 07b7469
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion public/components/EventCreateForm/EventCreateForm.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.event-create-form {
display: flex;
flex-direction: column;
align-items: flex-start;
max-width: 500px;
margin: 50px auto;
padding: 20px;
Expand Down
2 changes: 1 addition & 1 deletion public/components/EventCreateForm/EventCreateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class EventCreateForm {
text,
className,
type,
needPlaceholder: tag === 'input',
needPlaceholder: tag === 'input' || tag === 'textarea',
needMaxMinTime: type === 'time'
}));

Expand Down
1 change: 0 additions & 1 deletion public/components/Login/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ form {
display: flex;
place-content: center;
flex-direction: column;
align-items: center;
max-width: 500px;
min-height: 300px;
margin: 50px auto;
Expand Down

0 comments on commit 07b7469

Please sign in to comment.