Skip to content

Commit

Permalink
fix 2: text goes behind emoji button
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Oct 5, 2023
1 parent ff5fc39 commit e51b594
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $phone-breakpoint: 415px;
width: 100%;
border-width: 0;
outline: 0;
padding-right: 1.75rem;
}

.buttonContainer {
Expand Down
1 change: 0 additions & 1 deletion src/shared/ui-kit/TextEditor/BaseTextEditor.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
position: relative;
width: 100%;
height: 100%;
display: flex;
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ $big-phone-breakpoint: 460px;
$phone-breakpoint: 415px;

.container {
position: absolute;
bottom: 50%;
right: 0.5625rem;
transform: translateY(50%);
}

Expand Down

0 comments on commit e51b594

Please sign in to comment.