Projet

Général

Profil

0001-manager-remove-row-spacing-in-month-view-to-fix-slot.patch

Frédéric Péters, 15 mars 2019 20:45

Télécharger (788 octets)

Voir les différences:

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

 chrono/manager/static/css/style.scss | 4 ++++
 1 file changed, 4 insertions(+)
chrono/manager/static/css/style.scss
160 160
	border: 0;
161 161
}
162 162

  
163
.agenda-table.month-view {
164
	border-spacing: 0;
165
}
166

  
163 167
.agenda-table.month-view tbody td {
164 168
	border: 5px solid white;
165 169
	border-width: 0 5px;
166
-