diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 17:38:27 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 17:38:27 +0100 |
commit | 63a87c631b352695f17ba7cd4ea50a6a706a93d5 (patch) | |
tree | e4ffc45e6a638a5fc553c459cc7d7c747a02fc63 /apps | |
parent | b6cc9f9d19cacc425d45fa3860c44651f0d278f3 (diff) | |
parent | 00fcb95d8683294bade4fc5c4ebcd22ecaf227b7 (diff) | |
download | nextcloud-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.css | 2 |
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%; } |