IDEMPIERE-5364 Event name is truncated at bottom (#1905)

This commit is contained in:
hengsin 2023-06-23 18:21:04 +08:00 committed by GitHub
parent 112eadc8fc
commit 206c8eaaf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 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="202304260800" />
<javascript-module name="idempiere.theme.default" version="202306220900" />
</language>

View File

@ -221,3 +221,11 @@
.z-calendars-month-cnt {
height: 300px !important;
}
.z-calevent-cnt > .z-calevent-text {
line-height: normal;
height: auto;
}
.z-calevent-inner .z-calevent-cnt {
background-color: #0093F9;
}