N°3650 Datatable within panels take all available space

This commit is contained in:
Stephen Abello
2021-03-02 11:58:42 +01:00
parent d7d156303f
commit f8e0a28134
2 changed files with 7 additions and 1 deletions

View File

@@ -6,4 +6,5 @@
@import "caselog-entry-form-within-activity-panel";
@import "panel-with-tab-container";
@import "medallion-with-blocklist";
@import "add-to-dashboard";
@import "add-to-dashboard";
@import "datatable-with-panel";

View File

@@ -0,0 +1,5 @@
.ibo-panel .ibo-panel--body{
.ibo-datatable{
width: 100%
}
}