mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
fix long text
This commit is contained in:
@@ -253,7 +253,7 @@ export class EventsService {
|
||||
this.hasAnyCalendar = true
|
||||
if(sharedCalendar?.OwnerUserId) {
|
||||
this.GetCalendarName(sharedCalendar.OwnerUserId).subscribe((e)=> {
|
||||
console.log('sharedCalendar.OwnerUserId',e)
|
||||
|
||||
this.calendarNames[sharedCalendar.CalendarId] = e.FullName
|
||||
this.myCalendarNames[sharedCalendar.CalendarId] = e.FullName
|
||||
|
||||
|
||||
@@ -1431,6 +1431,8 @@ ngx-mat-datetime-content button.mat-stroked-button {
|
||||
pre {
|
||||
font-family: 'Roboto' !important;
|
||||
font-size: 12pt !important;
|
||||
white-space: break-spaces;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user