Skip to content

Commit

Permalink
fix character spacing issue #2
Browse files Browse the repository at this point in the history
Signed-off-by: weru <[email protected]>
  • Loading branch information
onweru committed Apr 12, 2023
1 parent 83ee074 commit 710e401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,7 @@ textarea {
position: relative;
display: flex;
align-items: center;
gap: 0.5rem;
}
.shell::before {
content: "$";
Expand All @@ -1552,4 +1553,4 @@ textarea {
transform: scale(1.1);
transform-origin: 50% 50%;
margin-right: 0.5rem;
}
}

0 comments on commit 710e401

Please sign in to comment.