Improve SetIntegrationManager (#8878)

This commit is contained in:
Suguru Hirahara 2022-06-26 10:43:33 +00:00 committed by GitHub
parent ea5616a05f
commit 7852e168a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 33 additions and 24 deletions

View file

@ -16,6 +16,7 @@ limitations under the License.
.mx_SettingsTab {
--SettingsTab_section-margin-bottom-preferences-labs: 30px;
--SettingsTab_heading_nth_child-margin-top: 30px; // TODO: Use a spacing variable
--SettingsTab_fullWidthField-margin-inline-end: 100px;
--SettingsTab_tooltip-max-width: 120px; // So it fits in the space provided by the page
@ -38,7 +39,7 @@ limitations under the License.
margin-bottom: 10px; // TODO: Use a spacing variable
&:nth-child(n + 2) {
margin-top: 30px; // TODO: Use a spacing variable
margin-top: var(--SettingsTab_heading_nth_child-margin-top);
}
}