Projet

Général

Profil

0001-manager-bottom-margin-bewteen-desks-44542.patch

Lauréline Guérin, 30 juin 2020 16:08

Télécharger (807 octets)

Voir les différences:

Subject: [PATCH] manager: bottom-margin bewteen desks (#44542)

 chrono/manager/static/css/style.scss | 2 ++
 1 file changed, 2 insertions(+)
chrono/manager/static/css/style.scss
51 51
	display: flex;
52 52
	flex-wrap: wrap;
53 53
	margin-right: -10px;
54
	margin-bottom: -10px;
54 55
}
55 56

  
56 57
.timeperiods .timeperiod {
57 58
	flex: 1 0 auto;
58 59
	width: 18%;
59 60
	margin-right: 10px;
61
	margin-bottom: 10px;
60 62
	position: relative;
61 63
}
62 64

  
63
-