mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-01-26 11:09:54 +00:00
Fix right alignment for count/meta text
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user