Skip to content

Commit

Permalink
Merge pull request #16286 from abpframework/berkan/docs-style-problem
Browse files Browse the repository at this point in the history
fix style issue in the Version and Filter input fields on docs module
  • Loading branch information
EngincanV authored Apr 17, 2023
2 parents cdaf115 + 15482a4 commit a37e56b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@ body {
}

.input-group-text {
padding: 0 0;
padding: 0 0 !important;
font-size: 0.75rem;
width: 15px;
height: 24px;
line-height: 1;
border-radius: 0px;
border: 0;
background: transparent;
background: transparent !important;
top: 1px;

i {
Expand Down Expand Up @@ -483,7 +483,7 @@ body {
}

.input-group-text {
background: transparent;
background: transparent !important;
border: 0;
color: rgb(41 45 51 / 50%);
font-size: 1em;
Expand Down

0 comments on commit a37e56b

Please sign in to comment.