Skip to content

Commit

Permalink
Increase width of calendar event entries
Browse files Browse the repository at this point in the history
  • Loading branch information
zachborboa committed Mar 20, 2019
1 parent 467d6f7 commit 726f64b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/google_calendar_workflow/css/style.css
Expand Up @@ -182,3 +182,7 @@ div.wgVzIb svg {
.kydeve {
z-index: 5005 !important;
}

.qOxDcf .ifwtOb {
padding-right: 2px !important;
}
6 changes: 6 additions & 0 deletions extensions/google_calendar_workflow/css/style.scss
Expand Up @@ -136,3 +136,9 @@ div.wgVzIb {
// Originally value: "z-index: 5000;"
z-index: 5005 !important;
}

// Increase width of calendar event entries.
.qOxDcf .ifwtOb {
// Orginal value: "padding-right: 8px;"
padding-right: 2px !important;
}

0 comments on commit 726f64b

Please sign in to comment.