Merge pull request #8239 from owncloud/directlink-overflow

add max-width to directLink input to prevent overflow
remotes/origin/ldap_group_count
Thomas Müller 12 years ago
commit 5049664285
  1. 1
      apps/files_sharing/css/public.css

@ -86,4 +86,5 @@ thead {
.directLink input {
margin-left: 5px;
width: 300px;
max-width: 90%;
}

Loading…
Cancel
Save