Merge pull request #9729 from abpframework/berkan/fix-menu-css-problem

fix(docs module): last item in document navigation is not fully display
pull/9733/head
Berkan Sasmaz 4 years ago committed by GitHub
commit 3c296184d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@
.docs-page .docs-sidebar .docs-sidebar-wrapper .docs-tree-list ul {
font-size: 14px;
list-style: none;
padding: 0 1rem;
padding: 0 1rem 1rem;
margin: 0; }
.docs-page .docs-sidebar .docs-sidebar-wrapper .docs-tree-list ul li {
margin-left: 0px;

File diff suppressed because one or more lines are too long

@ -112,7 +112,7 @@ body {
ul {
font-size: 14px;
list-style: none;
padding: 0 1rem;
padding: 0 1rem 1rem;
margin: 0;
li {

Loading…
Cancel
Save