manager: remove row spacing in month view to fix slot alignment (#31469)

This commit is contained in:
Frédéric Péters 2019-03-15 16:00:38 +01:00
parent 3cc8e5d690
commit 28e4b19245
1 changed files with 4 additions and 0 deletions

View File

@ -160,6 +160,10 @@ a.timeperiod-exception-all {
border: 0;
}
.agenda-table.month-view {
border-spacing: 0;
}
.agenda-table.month-view tbody td {
border: 5px solid white;
border-width: 0 5px;