Fix right alignment for count/meta text

This commit is contained in:
Dominik Reh
2023-02-11 15:26:18 +01:00
parent 2de1c720ee
commit 76bd983ba3

View File

@@ -61,10 +61,10 @@ const autocompleteCSS = `
}
.acListItem {
white-space: break-spaces;
flex-shrink: 1;
}
.acMetaText {
position: relative;
flex-grow: 1;
text-align: end;
padding: 0 0 0 15px;
white-space: nowrap;