diff --git a/src/routes/Calendar/Table/Cell/Cell.less b/src/routes/Calendar/Table/Cell/Cell.less index d5202c53d..f6ef744f1 100644 --- a/src/routes/Calendar/Table/Cell/Cell.less +++ b/src/routes/Calendar/Table/Cell/Cell.less @@ -29,7 +29,7 @@ .heading { position: relative; display: flex; - align-items: center; + align-items: flex-start; .day { flex: none; @@ -165,7 +165,7 @@ @media @phone-landscape { .cell { - flex-direction: column; + flex-direction: row; .items { padding: 1px; @@ -182,7 +182,6 @@ @media only screen and (max-height: @medium) and (max-width: @medium) and (orientation: landscape) { .cell { gap: 0; - flex-direction: column; .heading { .day {