mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
fix: fix text overflow on search results (#2628)
Before:  After:  (Please don't ask :p )
This commit is contained in:
commit
425f66b181
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ ul.photon-autocomplete {
|
|||
}
|
||||
.umap-edit-enabled .photon-autocomplete li.on .search-result-tools {
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue