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/sass/application.scss | |
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/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 2e1e5bf65..8331c9fa3 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -227,6 +227,10 @@ p-table { | |||
227 | width: 250px !important; | 227 | width: 250px !important; |
228 | padding: 0 !important; | 228 | padding: 0 !important; |
229 | text-align: center; | 229 | text-align: center; |
230 | |||
231 | my-edit-button + my-delete-button { | ||
232 | margin-left: 5px; | ||
233 | } | ||
230 | } | 234 | } |
231 | 235 | ||
232 | p-paginator { | 236 | p-paginator { |