chore: fixes gutter space between settings page content and sidebar (#2505)

* chore: fixes no gutter space between the settings page content and right content.

* Review fixes
This commit is contained in:
Sivin Varghese
2021-06-25 12:56:10 +05:30
committed by GitHub
parent dbddb1ece4
commit ad431c2008
8 changed files with 11 additions and 7 deletions

View File

@@ -45,3 +45,7 @@ code {
.cursor-pointer {
cursor: pointer;
}
// remove when grid gutters are fixed
.columns.with-right-space {
padding-right: var(--space-normal);
}