Skip to content

Commit

Permalink
Keep utf-16 stable for most characters (#251)
Browse files Browse the repository at this point in the history
Fixes #130
  • Loading branch information
Tyriar authored Mar 17, 2021
1 parent 3312a38 commit 5cb5c25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/inspector.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ body {
.grid-item:nth-child(2n) {
padding-left: 15px;
min-width: 100px; /* Prevent scroll bar unless really small */

/* Prevent special characters shifting the input around */
line-height: 1;
vertical-align: middle;
}

.header {
Expand Down

0 comments on commit 5cb5c25

Please sign in to comment.