Skip to content

Commit

Permalink
Merge pull request #19475 from abpframework/basic-theme-fixes
Browse files Browse the repository at this point in the history
Add default padding to `.tab-content` as LeptonX does
  • Loading branch information
gizemmutukurt authored Apr 2, 2024
2 parents 803e044 + 9d892a0 commit 4f77a46
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,9 @@ h1.content-header-title{

form .table-responsive{
min-height: 412px;
}

.tab-content {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}

0 comments on commit 4f77a46

Please sign in to comment.