Merge pull request #14570 from abpframework/enisn/table-fix

Add min-height to tables in form
pull/14571/head
Armağan Ünlü 3 years ago committed by GitHub
commit 2bf4ec87ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,3 +167,7 @@ h1.content-header-title{
.b-table h4.h4 {
text-align: center;
}
form .table-responsive{
min-height: 412px;
}
Loading…
Cancel
Save