Fixes alignment issue for "Saved searches" dropdown in log viewer (#12665)

* Umbraco avatar component updated to fit the image

* Fixed: Broken saved search dropdown in log viewer
This commit is contained in:
Arul Prabakaran
2022-07-08 20:09:55 +05:30
committed by GitHub
parent 0fe894c4f6
commit 7c2a2996a2

View File

@@ -114,6 +114,16 @@
max-height: 250px;
overflow-y: scroll;
margin-top: -10px;
> li {
> button {
white-space: normal;
flex-wrap: wrap;
column-gap: 5px;
}
}
}
}
}