Skip to content

Commit

Permalink
Take out nowrap rule in Settings editor
Browse files Browse the repository at this point in the history
Fixes #135427
  • Loading branch information
rzhao271 committed Oct 19, 2021
1 parent 0047e02 commit d0d4a33
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@
}

.settings-editor > .settings-body > .settings-tree-container .setting-item-contents .setting-item-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block; /* size to contents for hover to show context button */
Expand Down

0 comments on commit d0d4a33

Please sign in to comment.