diff --git a/src/routes/Calendar/Table/Cell/Cell.less b/src/routes/Calendar/Table/Cell/Cell.less index 7dd940ad5..975985e91 100644 --- a/src/routes/Calendar/Table/Cell/Cell.less +++ b/src/routes/Calendar/Table/Cell/Cell.less @@ -27,9 +27,9 @@ } .heading { - position: relative; + position: relative; height: 100%; - display: flex; + display: flex; align-items: start; padding: 0; @@ -63,9 +63,9 @@ height: 100%; aspect-ratio: 2 / 3; border-radius: var(--border-radius); - aspect-ratio: 2 / 3; - height: 100%; - max-height: clamp(8rem, 25vh, 14rem); + aspect-ratio: 2 / 3; + height: 100%; + max-height: clamp(8rem, 25vh, 14rem); .icon { flex: none; @@ -153,22 +153,22 @@ @media only screen and (max-height: @xsmall) and (max-width: @xsmall) { .cell { - gap: 0; + gap: 0; - .heading { - .day { - font-size: 0.875rem; - } - } + .heading { + .day { + font-size: 0.875rem; + } + } .items { - padding: 0.25rem; + padding: 0.25rem; display: none; - .item { - pointer-events: none; - border-radius: calc(var(--border-radius) / 2); - } + .item { + pointer-events: none; + border-radius: calc(var(--border-radius) / 2); + } } } } @@ -185,8 +185,8 @@ .items { padding: 0.25rem; - width: 100%; - height: 100%; + width: 100%; + height: 100%; .item { pointer-events: none;