Skip to content

Commit

Permalink
Fix retry button css
Browse files Browse the repository at this point in the history
  • Loading branch information
gsans committed Oct 12, 2023
1 parent d8d93ee commit 45158bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/custom-chat/custom-chat.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@
.message-content .btn-reply {
display: none;
float: right;
position: relative;
transform: scale(0.75);
position: absolute;
right: 20px;
}

.message-content .btn-reply button {
Expand Down

0 comments on commit 45158bf

Please sign in to comment.