diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-01-11 12:02:41 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-01-11 14:05:41 +0100 |
commit | 5b4d5aba4158edb9c20da4e1837b322625e48a67 (patch) | |
tree | 98765faa7601a6e5db06f151de43eae6383379c1 /core | |
parent | 2d56cceb87868cad51db9a3392be2cec0fbdf29d (diff) | |
download | nextcloud-server-5b4d5aba4158edb9c20da4e1837b322625e48a67.tar.gz nextcloud-server-5b4d5aba4158edb9c20da4e1837b322625e48a67.zip |
Quote fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index eb554b8f061..94bb1dc00cd 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -638,8 +638,8 @@ em { padding: 0 10px; } } - [class^="icon-"], - [class*=" icon-"]{ + [class^='icon-'], + [class*=' icon-']{ /* Keep padding to define the width to assure correct position of a possible text */ padding: 18px 0 18px 36px; |