Skip to content

Commit

Permalink
fix: style overlapping issues in emmet hints
Browse files Browse the repository at this point in the history
  • Loading branch information
devvaannsh authored and abose committed Mar 1, 2025
1 parent 854316a commit 41e5fbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,10 @@ a:focus {
}
}

.emmet-hint {
margin-right: 48px !important;
}

.emmet-code-hint {
position: absolute;
font-size: 0.85em;
Expand Down

0 comments on commit 41e5fbf

Please sign in to comment.