diff --git a/src/routes/Calendar/Table/Cell/Cell.less b/src/routes/Calendar/Table/Cell/Cell.less index ae9bf586d..c220df50f 100644 --- a/src/routes/Calendar/Table/Cell/Cell.less +++ b/src/routes/Calendar/Table/Cell/Cell.less @@ -126,6 +126,14 @@ } } +@media only screen and (max-height: @xxsmall) { + .cell { + .items { + display: none; + } + } +} + @media only screen and (max-width: @minimum) and (orientation: portrait) { .cell { .items { @@ -149,4 +157,4 @@ display: none; } } -} \ No newline at end of file +}