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

Fix the width of the share with input
This commit is contained in:
Thomas Müller 2015-11-30 17:38:27 +01:00
commit 63a87c631b
1 changed files with 1 additions and 1 deletions

View File

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