Browse Source

Add min-height to tables in form

pull/14570/head
Enis Necipoglu 3 years ago
parent
commit
ab4d399334
  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