This commit is contained in:
tiago.kayaya
2021-06-11 13:54:18 +01:00
parent 6f79f7b9c8
commit 690ef55a79
5 changed files with 43 additions and 53 deletions
+5 -2
View File
@@ -504,14 +504,17 @@ td.monthview-primary-with-event {
flex-wrap: wrap;
align-items: center;
width: 100%;
overflow: auto;
.location{
width: 100%;
font-family: Roboto;
font-size: 13px;
color: black;
width: 100%;
}
.description{
width: 100%;
font-family: Roboto;
font-size: 15px;
font-weight: bold;
@@ -612,7 +615,7 @@ td.monthview-primary-with-event {
}
.event-details{
width: 100%;
width: 40%;
background: white;
border-top-right-radius: 25px;
}