Skip to content

Commit

Permalink
devtools: work around a clipping issue in inline formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Oct 22, 2019
1 parent d560fb1 commit 5fdeca8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,9 @@ div.CodeMirror:focus-within span.CodeMirror-nonmatchingbracket {
position: absolute;
top: -14px; /* we have to use top here for decoration widget to expand down */
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* see https://github.com/binaryage/dirac/commit/eda4dc29a69dbdb4992639f3834025a92fe8be3c#commitcomment-35607061
/* overflow: hidden; */
/* text-overflow: ellipsis; */
max-width: 1000px;
/* opacity: 0.8; */ /* opacity does not play well with expandable widgets */
background-color: #FFE3C7;
Expand Down

0 comments on commit 5fdeca8

Please sign in to comment.