Browse Source

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
parent
commit
2bf4ec87ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css

4
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css

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