fix: side borders being shown when screen width is smaller than 1720

This commit is contained in:
geoffrey45
2022-09-28 08:41:20 +03:00
committed by Mungai Njoroge
parent 6fb9c0fc4a
commit 52cec1d906
2 changed files with 17 additions and 12 deletions
+5
View File
@@ -82,3 +82,8 @@ $g-border: solid 1px $gray5;
// margin-right: -1rem;
// }
}
#app-grid.NoSideBorders {
border-right: none;
border-left: none;
}