aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/instance-features-table.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-instance/instance-features-table.component.scss')
-rw-r--r--client/src/app/shared/shared-instance/instance-features-table.component.scss9
1 files changed, 7 insertions, 2 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 d8efd8cdf..6107909a2 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
@@ -34,6 +34,11 @@ table {
34 font-weight: $font-semibold; 34 font-weight: $font-semibold;
35 color: pvar(--mainForegroundColor); 35 color: pvar(--mainForegroundColor);
36 } 36 }
37}
38
39 37
38 .plugin,
39 .theme {
40 &:not(:last-child):after {
41 content: '•';
42 }
43 }
44}