From ab4d399334ff156f571e751403a4250b54f3028d Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Mon, 7 Nov 2022 15:36:51 +0300 Subject: [PATCH] Add min-height to tables in form --- .../wwwroot/libs/abp/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css index 46d2aaf139..3f93a93dc2 100644 --- a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css +++ b/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; +} \ No newline at end of file