add horizontal scroll bar to output (#16918)

This commit is contained in:
Lucy Zhang
2021-08-27 11:42:02 -07:00
committed by GitHub
parent acc6fd0f96
commit ea5f9091d1

View File

@@ -454,6 +454,7 @@ h6:hover .jp-InternalAnchorLink {
*/
output-component .jp-RenderedHTMLCommon > *:last-child {
margin-bottom: 0.5em;
overflow-x: scroll;
}
/*-----------------------------------------------------------------------------