Skip to content

Commit

Permalink
fix: padding of editor component
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Feb 26, 2024
1 parent 42d01ce commit 0756adf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/UI/Form/EmojiInput/Editor.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
border-radius: 12px;
height: 10rem;
position: relative;
padding: 0 1rem 1rem 1rem;
padding: 1rem;
position: relative;
display: block;
border-bottom-left-radius: 10px;
Expand Down Expand Up @@ -44,6 +44,7 @@

.EditorInput p {
overflow: scroll !important;
margin: 0 !important;
}

.EditorWrapper {
Expand All @@ -66,7 +67,7 @@
border-radius: 12px;
height: 10rem;
position: relative;
padding: 0 1rem 1rem 1rem;
padding: 1rem;
position: relative;
display: block;
border-bottom-left-radius: 10px;
Expand Down

0 comments on commit 0756adf

Please sign in to comment.