Merge pull request #15046 from abpframework/docs-bugs

Docs.abp.io. bugs fixed
pull/15047/head
Engincan VESKE 3 years ago committed by GitHub
commit b0d71c503a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -136,7 +136,7 @@
{
<div class="col">
<div>
<div class="docs-version docs-language @(Model.VersionSelectItems.Any() ? "ps-1" : "")">
<div class="docs-version docs-language">
<span>@L["Language"]</span>
<div class="version-select">
<div class="input-group">
@ -158,7 +158,7 @@
<div class="docs-version">
<div class="version-select">
<div class="input-group">
<div class="input-group align-items-center">
<span class="input-group-text">
<i class="fa fa-filter"></i>
</span>

@ -149,7 +149,7 @@ body.scrolledMore .alert-criteria p.alert-p {
padding: 0 0;
font-size: 0.75rem;
width: 15px;
height: 34px;
height: 24px;
line-height: 1;
border-radius: 0px;
border: 0;
@ -313,7 +313,7 @@ body.scrolledMore .alert-criteria p.alert-p {
.docs-page .docs-content .top-container nav .breadcrumb {
margin-bottom: 0;
flex-wrap: nowrap;
overflow-x: scroll;
overflow-x: auto;
white-space: nowrap;
padding-bottom: 10px;
}

@ -179,7 +179,7 @@ body {
padding: 0 0;
font-size: 0.75rem;
width: 15px;
height: 34px;
height: 24px;
line-height: 1;
border-radius: 0px;
border: 0;
@ -393,7 +393,7 @@ body {
.breadcrumb {
margin-bottom: 0;
flex-wrap: nowrap;
overflow-x: scroll;
overflow-x: auto;
white-space: nowrap;
padding-bottom: 10px;

Loading…
Cancel
Save