add ellipsizing to restore string if text is too long

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 11 years ago
parent eaf9d6eccc
commit 7760fd4bef
  1. 3
      apps/files_versions/css/versions.css

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

Loading…
Cancel
Save