mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
Merge branch 'hotfix/5.4.4'
This commit is contained in:
@@ -176,7 +176,7 @@ class Ics
|
||||
"BEGIN:VEVENT\n".
|
||||
"DTSTART:".$this->dateToCal($this->startDate)."\n".
|
||||
"DTEND:".$this->dateToCal($this->endDate)."\n".
|
||||
"SUMMARY:New ".$this->escapeString($this->summary)."\n".
|
||||
"SUMMARY:".$this->escapeString($this->summary)."\n".
|
||||
"LOCATION:".$this->escapeString($this->address)."\n".
|
||||
"ORGANIZER;CN=".$this->escapeString($this->who).":MAILTO:" . $this->escapeString($this->email)."\n".
|
||||
"DESCRIPTION:".$this->escapeString($this->formatMultiline($this->description))."\n".
|
||||
|
||||
@@ -47,6 +47,10 @@ body > #header ul.tabs > li span.short-label > span {
|
||||
|
||||
body > #header ul.tabs > li > a > span.full-label {
|
||||
display: inline;
|
||||
text-overflow: ellipsis;
|
||||
max-width: ~"calc(100% - 50px)";
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
body > #header .navbar-brand span.home-icon {
|
||||
|
||||
Reference in New Issue
Block a user