Move back to min-width for hover hr

Fixes #119374
Caused by #96795
This commit is contained in:
Daniel Imms
2021-04-14 13:02:16 -07:00
parent 9a2b9a79f4
commit dfc8f1fd03

View File

@@ -30,8 +30,7 @@
}
.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) hr {
/* This is a strange rule but it avoids https://github.com/microsoft/vscode/issues/96795, just 100vw on its own caused the actual hover width to increase */
min-width: calc(100% + 100vw);
min-width: 100%;
}
.monaco-hover p,