Merge pull request #3197 from nextcloud/design/today-alignment

Fix alignment of events in today cell in month view
This commit is contained in:
Richard Steinmetz 2021-06-14 09:52:46 +02:00 committed by GitHub
commit 399ebd94b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -89,12 +89,12 @@
background: var(--color-primary);
color: var(--color-primary-text);
border-radius: 50%;
margin: 3px 3px 0 0;
margin: 4px;
width: 24px;
height: 24px;
text-align: center;
font-weight: bold !important;
padding: 1px 0 !important;
padding: 0 !important;
}
}