Skip to content

Commit

Permalink
Merge pull request #509 from microsoft/DanielRosenwasser-patch-2
Browse files Browse the repository at this point in the history
Make the error pane jut out less
  • Loading branch information
Orta authored Apr 13, 2020
2 parents 36bf497 + 006a1d2 commit 7e623a3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pre {
/* This section keeps both of those in sync */
.error,
.error-behind {
margin-left: -20px;
margin-left: -14px;
margin-top: 8px;
margin-bottom: 4px;
padding: 6px;
Expand All @@ -82,7 +82,6 @@ pre {
position: absolute;
background-color: #ffeeee;
border-left: 2px solid #bf1818;
width: calc(100% - 14px);

/* Give the space to the error code */
display: flex;
Expand Down

0 comments on commit 7e623a3

Please sign in to comment.