add ellipsizing to restore string if text is too long

This commit is contained in:
Jan-Christoph Borchardt 2014-07-01 20:37:14 +02:00
parent eaf9d6eccc
commit 7760fd4bef
1 changed files with 3 additions and 0 deletions

View File

@ -52,5 +52,8 @@
#found_versions .revertVersion {
cursor: pointer;
float: right;
max-width: 130px;
text-overflow: ellipsis;
overflow: hidden;
}