From ebb6df11b38956d3bcc7d55e30a6a147748e2313 Mon Sep 17 00:00:00 2001 From: Ben Kiarie Date: Thu, 29 Aug 2024 17:34:17 +0300 Subject: [PATCH] chore: alignment --- webapp/src/css/inbox.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapp/src/css/inbox.less b/webapp/src/css/inbox.less index d7c39fbdbd6..45d9f35afca 100644 --- a/webapp/src/css/inbox.less +++ b/webapp/src/css/inbox.less @@ -1391,6 +1391,7 @@ mm-search-bar { overflow-y: auto; .mdc-list-item.mdc-list-item--with-one-line { height: 60px; + border: 1px solid red; &:not(:last-child) { border-bottom: 1px solid @separator-color; } @@ -1401,8 +1402,11 @@ mm-search-bar { justify-content: flex-start; text-decoration: none; color: @mat-font-color; + display: flex; .fast-action-item-icon { margin-right: 20px; + display: flex; + align-items: center; mat-icon, .fast-action-resource-icon img, @@ -1423,6 +1427,7 @@ mm-search-bar { .resource-icon { display: block; + border: 1px solid black; } } @@ -1436,6 +1441,7 @@ mm-search-bar { -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; + border: 1px solid black; } } }