Skip to content

Commit

Permalink
chore: alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Benmuiruri committed Aug 29, 2024
1 parent 35f6673 commit ebb6df1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webapp/src/css/inbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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,
Expand All @@ -1423,6 +1427,7 @@ mm-search-bar {

.resource-icon {
display: block;
border: 1px solid black;
}
}

Expand All @@ -1436,6 +1441,7 @@ mm-search-bar {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
border: 1px solid black;
}
}
}
Expand Down

0 comments on commit ebb6df1

Please sign in to comment.