Projet

Général

Profil

0001-toodego-fix-agenda-cell-display-55862.patch

Lauréline Guérin, 27 juillet 2021 14:59

Télécharger (798 octets)

Voir les différences:

Subject: [PATCH] toodego: fix agenda cell display (#55862)

 templates/combo/json/caluire-enfant-agenda.html | 4 ++++
 1 file changed, 4 insertions(+)
templates/combo/json/caluire-enfant-agenda.html
44 44
        margin-top: 1em;
45 45
        display: flex;
46 46
}
47
.caluire-agenda-cell ul {
48
        padding: 0;
49
        margin: 0;
50
}
47 51
.caluire-agenda-cell > ul {
48 52
        width: 100%;
49 53
}
50
-