display ellipsis only on the title
This commit is contained in:
parent
94ae0c4d3d
commit
af39b369cb
2 changed files with 15 additions and 1 deletions
|
@ -866,3 +866,17 @@ input[type="range"]::-ms-fill-upper {
|
|||
width: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.installedPluginTitle {
|
||||
max-width: 85px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.installedPluginTitle {
|
||||
max-width: 110px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue