Skip to content

Commit

Permalink
fix: reply placeholder wrong positioning
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
  • Loading branch information
SychO9 committed May 22, 2023
1 parent d27f952 commit 253a3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/less/forum/Post.less
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
color: var(--muted-color);
border-radius: 10px;
background-color: transparent;
width: 100%;
width: calc(~"100% + 20px * 2");
display: flex;

.Post-header {
Expand Down

0 comments on commit 253a3d2

Please sign in to comment.