From c35c7c06e9c4db73a48416390ea52bec9d179aa3 Mon Sep 17 00:00:00 2001 From: Victor Sales <36749678+v1ctorsales@users.noreply.github.com> Date: Sat, 11 Oct 2025 16:22:27 +0300 Subject: [PATCH] style(calendar): normalize indentation and align with project style --- src/routes/Calendar/Table/Cell/Cell.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routes/Calendar/Table/Cell/Cell.less b/src/routes/Calendar/Table/Cell/Cell.less index 975985e91..0998dcbbe 100644 --- a/src/routes/Calendar/Table/Cell/Cell.less +++ b/src/routes/Calendar/Table/Cell/Cell.less @@ -27,11 +27,11 @@ } .heading { - position: relative; - height: 100%; - display: flex; - align-items: start; - padding: 0; + position: relative; + height: 100%; + display: flex; + align-items: start; + padding: 0; .day { flex: none;