MM-55714 - Updating suggestion list height as before (#25516)

* MM-55714 - Updating suggestion list height

* Removing margin on status
This commit is contained in:
Asaad Mahmood 2023-11-23 15:57:44 +05:00 committed by GitHub
parent e99ded1635
commit 371ad738d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,9 +187,9 @@
z-index: 101; z-index: 101;
display: flex; display: flex;
width: 100%; width: 100%;
height: 5rem; min-height: 4rem;
align-items: center; align-items: center;
padding: 0 2.4rem; padding: 8px 2.4rem;
margin: 0; margin: 0;
cursor: pointer; cursor: pointer;
font-size: inherit; font-size: inherit;
@ -319,7 +319,6 @@
.status-wrapper { .status-wrapper {
overflow: visible; overflow: visible;
height: 24px; height: 24px;
margin-top: 4px;
margin-right: 12px; margin-right: 12px;
.Avatar.Avatar-sm { .Avatar.Avatar-sm {