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:
@@ -45,3 +45,7 @@ code {
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
// remove when grid gutters are fixed
|
||||
.columns.with-right-space {
|
||||
padding-right: var(--space-normal);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user