Fix spacing regression in user settings - roles & permissions (#10993)

* add content container to settingsfieldset

* fix spacing
This commit is contained in:
Kerry
2023-05-28 22:20:44 +00:00
committed by GitHub
parent 9080f3dd55
commit 520659242b
9 changed files with 221 additions and 190 deletions
@@ -43,3 +43,9 @@ limitations under the License.
}
}
}
.mx_SettingsFieldset_content {
display: flex;
flex-direction: column;
gap: $spacing-8;
}