IDEMPIERE-5364 Event name is truncated at bottom (#1905)
This commit is contained in:
parent
112eadc8fc
commit
206c8eaaf6
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue