IDEMPIERE-5499 - Report CSS - set width to 100% (#1590)

This commit is contained in:
Peter Takács 2022-11-29 04:23:27 +01:00 committed by GitHub
parent a43a520d92
commit 7cac30ad13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -57,6 +57,6 @@ Copyright (C) 2007 Ashley G Ramdass (ADempiere WebUI).
<!-- this js module doesn't actually exists and it is here for default theme version -->
<!-- since loading of js module is on demand, it doesn't cause any error as long as you don't try to load it -->
<javascript-module name="idempiere.theme.default" version="202211251721" />
<javascript-module name="idempiere.theme.default" version="202211281630" />
</language>

View File

@ -7,7 +7,7 @@
border-style: solid;
border-collapse: separate;
border-spacing: 0;
width: 90%;
width: 100%;
background-color: #EBF1EF;
border-width: 0px;
}