From 28fbb88f93859a7f6bbf124cb8df1e1a37fd1285 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Mon, 17 Aug 2020 09:42:51 +0200
Subject: [PATCH] Fix css lint

---
 .../shared-instance/instance-features-table.component.scss      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
 
   .label,
   .sub-label {
-      &.label {
+    &.label {
       font-weight: $font-semibold;
     }