Merge pull request #20843 from owncloud/fix-share-with-input

Fix the width of the share with input
remotes/origin/fix-delete-homeidr-on-userdelete
Thomas Müller 10 years ago
commit 63a87c631b
  1. 2
      apps/files_sharing/css/sharetabview.css

@ -28,7 +28,7 @@
width: 94%;
margin-left: 0;
}
.shareTabView #shareWith {
.shareTabView input[type="text"].shareWithField {
width: 80%;
}

Loading…
Cancel
Save