mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display ellipsis only on the title
This commit is contained in:
parent
94ae0c4d3d
commit
af39b369cb
2 changed files with 15 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
})[0];
|
||||
|
||||
if (installedPlugin) {
|
||||
html += plugin.name + " (Installed)";
|
||||
html += "<span class='installedPluginTitle'>"+ plugin.name + "</span> (Installed)";
|
||||
} else {
|
||||
html += plugin.name;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue