This commit is contained in:
isidor 2021-07-01 15:25:39 +02:00
parent 98a0782e4a
commit ee5faa50ed
No known key found for this signature in database
GPG key ID: F9280366A8370105

View file

@ -42,8 +42,8 @@
/* Do not push text with inline decoration when decoration on start of line */
.monaco-editor .debug-top-stack-frame-column.start-of-line::before {
position: absolute;
top: 2px;
transform: translateX(-16px);
top: 3px;
transform: translateX(-17px);
}
.monaco-editor .debug-top-stack-frame-column {