summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-30 17:38:27 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-30 17:38:27 +0100
commit63a87c631b352695f17ba7cd4ea50a6a706a93d5 (patch)
treee4ffc45e6a638a5fc553c459cc7d7c747a02fc63 /apps
parentb6cc9f9d19cacc425d45fa3860c44651f0d278f3 (diff)
parent00fcb95d8683294bade4fc5c4ebcd22ecaf227b7 (diff)
downloadnextcloud-server-63a87c631b352695f17ba7cd4ea50a6a706a93d5.tar.gz
nextcloud-server-63a87c631b352695f17ba7cd4ea50a6a706a93d5.zip
Merge pull request #20843 from owncloud/fix-share-with-input
Fix the width of the share with input
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/sharetabview.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 7597004e684..642c0909af3 100644
--- a/apps/files_sharing/css/sharetabview.css
+++ b/apps/files_sharing/css/sharetabview.css
@@ -28,7 +28,7 @@
width: 94%;
margin-left: 0;
}
-.shareTabView #shareWith {
+.shareTabView input[type="text"].shareWithField {
width: 80%;
}