diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-17 09:42:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-17 09:42:51 +0200 |
commit | 28fbb88f93859a7f6bbf124cb8df1e1a37fd1285 (patch) | |
tree | 128d8037a41b4310d2cb80a180f094101d2cb937 /client/src/app | |
parent | 39392b24e21084cd1fd4381b4ad02acf7e2c365f (diff) | |
download | PeerTube-28fbb88f93859a7f6bbf124cb8df1e1a37fd1285.tar.gz PeerTube-28fbb88f93859a7f6bbf124cb8df1e1a37fd1285.tar.zst PeerTube-28fbb88f93859a7f6bbf124cb8df1e1a37fd1285.zip |
Fix css lint
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-instance/instance-features-table.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.scss b/client/src/app/shared/shared-instance/instance-features-table.component.scss index 9a45bcd2a..d17e91fc2 100644 --- a/client/src/app/shared/shared-instance/instance-features-table.component.scss +++ b/client/src/app/shared/shared-instance/instance-features-table.component.scss | |||
@@ -7,7 +7,7 @@ table { | |||
7 | 7 | ||
8 | .label, | 8 | .label, |
9 | .sub-label { | 9 | .sub-label { |
10 | &.label { | 10 | &.label { |
11 | font-weight: $font-semibold; | 11 | font-weight: $font-semibold; |
12 | } | 12 | } |
13 | 13 | ||