Browse Source

add max-width to directLink input to prevent overflow

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 12 years ago
parent
commit
9434ed44f8
  1. 1
      apps/files_sharing/css/public.css

1
apps/files_sharing/css/public.css

@ -115,4 +115,5 @@ thead {
.directLink input {
margin-left: 5px;
width: 300px;
max-width: 90%;
}
Loading…
Cancel
Save