diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-09 16:07:40 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-09 16:07:40 +0100 |
commit | 1868ff3db93a8f2e4ceb91aa3600b633ca00b4f7 (patch) | |
tree | b70ce5b39f1a0eecf8900be550b1dca48dca2265 /client/src/app/shared/shared-instance | |
parent | 7337a75bf06dd3ee501b502c1e4251dbf78aa04d (diff) | |
download | PeerTube-1868ff3db93a8f2e4ceb91aa3600b633ca00b4f7.tar.gz PeerTube-1868ff3db93a8f2e4ceb91aa3600b633ca00b4f7.tar.zst PeerTube-1868ff3db93a8f2e4ceb91aa3600b633ca00b4f7.zip |
Fix lint
Diffstat (limited to 'client/src/app/shared/shared-instance')
-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 6107909a2..56ca105f4 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 | |||
@@ -37,7 +37,7 @@ table { | |||
37 | 37 | ||
38 | .plugin, | 38 | .plugin, |
39 | .theme { | 39 | .theme { |
40 | &:not(:last-child):after { | 40 | &:not(:last-child)::after { |
41 | content: '•'; | 41 | content: '•'; |
42 | } | 42 | } |
43 | } | 43 | } |