Browse Source

Fix code blocks in reference docs overflowing table width

pull/15094/head
Yurii Motov 4 months ago
parent
commit
0cb9e3701e
  1. 6
      docs/en/docs/css/custom.css

6
docs/en/docs/css/custom.css

@ -254,6 +254,12 @@ Inspired by Termynal's CSS tricks with modifications
box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
}
.doc-param-details .highlight {
overflow-x: auto;
width: 0;
min-width: 100%;
}
.md-typeset dfn {
border-bottom: .05rem dotted var(--md-default-fg-color--light);
cursor: help;

Loading…
Cancel
Save