We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65adad commit b0e9a5cCopy full SHA for b0e9a5c
packages/typescriptlang-org/src/templates/markdown-twoslash.scss
@@ -165,11 +165,15 @@ pre .error {
165
position: absolute;
166
background-color: #fee;
167
border-left: 2px solid #bf1818;
168
- margin-right: -2px;
169
- /* Give the space to the error code */
170
display: flex;
171
align-items: center;
172
color: black;
+ padding-left: 12px;
+ padding-right: 8px;
173
+}
174
+
175
+pre .error > span {
176
+ margin-right: 12px;
177
}
178
179
pre .error .code {
0 commit comments