mirror of
https://github.com/nextcloud/server.git
synced 2026-07-04 15:27:31 -04:00
Quote fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
2d56cceb87
commit
5b4d5aba41
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue