Improve generic components

This commit is contained in:
2021-02-24 10:08:50 +01:00
parent 7f5a698b20
commit 2336e6b83f
6 changed files with 59 additions and 29 deletions
+24
View File
@@ -543,4 +543,28 @@ td.monthview-primary-with-event {
.event-details{
display: block;
}
}
app-view-event{
height: 100%;
display: flex;
flex-wrap: wrap-reverse;
flex-direction: column;
}
app-edit-even{
height: 100%;
display: flex;
flex-wrap: wrap;
}
app-new-event{
height: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}