diff options
author | Robin Appelman <robin@icewind.nl> | 2016-12-05 17:54:38 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-12-05 17:54:38 +0100 |
commit | fccddb87876aab6fdb11fbef7645cb32cb56e1d3 (patch) | |
tree | 10154dda06f1d974771f6010d2726fae5161b855 /core | |
parent | 0478db6506d8b1c7bdc50cb3357e9c3ed01903b4 (diff) | |
download | nextcloud-server-fccddb87876aab6fdb11fbef7645cb32cb56e1d3.tar.gz nextcloud-server-fccddb87876aab6fdb11fbef7645cb32cb56e1d3.zip |
fix styling of renaming system tags
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/systemtags.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/core/css/systemtags.css b/core/css/systemtags.css index 30c3808b51c..946f38c821f 100644 --- a/core/css/systemtags.css +++ b/core/css/systemtags.css @@ -37,8 +37,13 @@ } .systemtags-select2-dropdown .systemtags-rename-form { - display: inline; - margin-left: 10px; + display: inline-block; + width: calc(100% - 20px); +} + +.systemtags-select2-dropdown .systemtags-rename-form input { + display: inline-block; + width: calc(100% - 40px); } .systemtags-select2-container { @@ -56,6 +61,7 @@ .systemtags-select2-dropdown .systemtags-item { display: inline-block; height: 25px; + width: 100%; } .systemtags-select2-dropdown .select2-result-label { |