Docs overflow with big strings break style

Adding overflow-x scroll to maintain the page style
pull/646/head
Marcelo Mohr Maciel 6 years ago
parent 1ebbf78810
commit b67ed769fd

@ -154,6 +154,8 @@
font-size: .85em; }
.docs-page .docs-sidebar .docs-top .navbar-logo .navbar-logo-desc strong {
display: block; }
.docs-page .docs-content {
overflow-x: scroll; }
.docs-page .docs-content .docs-link-btns {
border-bottom: 1px solid #f4f5f7;
background: #fdfdfd;

File diff suppressed because one or more lines are too long

@ -259,6 +259,8 @@ body {
}
.docs-content {
overflow-x:scroll;
.docs-link-btns {
border-bottom: 1px solid #f4f5f7;
background: #fdfdfd;

Loading…
Cancel
Save