Skip to content

Commit

Permalink
added the solution for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gururajj77 committed Jan 11, 2024
1 parent c559961 commit bea4820
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/app/feed/post-dialog/post-dialog.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,12 @@
width: 95%;
}
.post-text {
// padding: 0.5rem;
width: calc(100% - 1rem);
padding: 0.5rem;
width: 100%;
box-sizing: border-box;
}
.btn-save,
.btn-cancel {
padding: 0.5rem;
}
// .btn-save,
// .btn-cancel {
// padding: 0.5rem;
// }
}

0 comments on commit bea4820

Please sign in to comment.