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:
@@ -114,6 +114,16 @@
|
||||
max-height: 250px;
|
||||
overflow-y: scroll;
|
||||
margin-top: -10px;
|
||||
|
||||
> li {
|
||||
|
||||
> button {
|
||||
white-space: normal;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user