Merge pull request #10569 from opf/fix/41935-layout-of-my-spent-time-widget-broken

[41935] Layout of "My spent time" widget broken
pull/10575/head
Henriette Darge 3 years ago committed by GitHub
commit 049a7d346d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      frontend/src/app/features/calendar/te-calendar/te-calendar.component.sass

@ -85,9 +85,6 @@ te-calendar
.te-calendar--add-icon
display: none
.fc-event-title-container
margin: 0 !important
.te-calendar--time-entry
.fc-content
height: 100%
@ -102,6 +99,12 @@ te-calendar
.fc-fadeout
display: none
.te-calendar--add-entry,
.te-calendar--time-entry
.fc-event-title-container
margin: 0 !important
line-height: 14px !important
.fc-duration
border-right: 1px solid white
border-bottom: 1px solid white

Loading…
Cancel
Save