Skip to content

Commit

Permalink
Fix right alignment for count/meta text
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikDoom committed Feb 11, 2023
1 parent 2de1c72 commit 76bd983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/tagAutocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 76bd983

Please sign in to comment.