add ellipsizing to restore string if text is too long
This commit is contained in:
parent
eaf9d6eccc
commit
7760fd4bef
1 changed files with 3 additions and 0 deletions
|
@ -52,5 +52,8 @@
|
|||
#found_versions .revertVersion {
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
max-width: 130px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue