diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-15 16:23:44 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-16 09:42:54 +0200 |
commit | e998cf3cc757b58f06adae7a367e88b494c609d2 (patch) | |
tree | 3d930ca12a18fbf46f654a8bf1e882209cb711fd /client/src/app/shared/misc | |
parent | db400f447a9f7aae1c56fa25396e93069744483f (diff) | |
download | PeerTube-e998cf3cc757b58f06adae7a367e88b494c609d2.tar.gz PeerTube-e998cf3cc757b58f06adae7a367e88b494c609d2.tar.zst PeerTube-e998cf3cc757b58f06adae7a367e88b494c609d2.zip |
Fix some components after Angular 6 upgrade
Diffstat (limited to 'client/src/app/shared/misc')
-rw-r--r-- | client/src/app/shared/misc/help.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/misc/help.component.scss b/client/src/app/shared/misc/help.component.scss index 0df8b86fa..fe64a270d 100644 --- a/client/src/app/shared/misc/help.component.scss +++ b/client/src/app/shared/misc/help.component.scss | |||
@@ -9,6 +9,7 @@ | |||
9 | background-image: url('../../../assets/images/global/help.svg'); | 9 | background-image: url('../../../assets/images/global/help.svg'); |
10 | background-color: #fff; | 10 | background-color: #fff; |
11 | border: none; | 11 | border: none; |
12 | margin: 5px; | ||
12 | } | 13 | } |
13 | 14 | ||
14 | /deep/ { | 15 | /deep/ { |