MM-56583 - Updating settings css for only centre content scroll (#26064)

* MM-56583 - Updating settings css

* MM-56637 - Updating license modal padding
This commit is contained in:
Asaad Mahmood 2024-01-31 22:15:53 +05:00 committed by GitHub
parent 8395575d11
commit 8151c011d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View File

@ -12,6 +12,7 @@
.modal-body {
padding-top: 0 !important;
padding-bottom: 24px !important;
}
.content-body {

View File

@ -68,7 +68,8 @@
}
.modal-body {
min-height: calc(100% - 62px);
display: flex;
flex-direction: column;
padding: 0;
margin: 0 auto;
}
@ -187,16 +188,12 @@
}
.settings-table {
display: table;
display: flex;
width: 100%;
max-width: 1000px;
min-height: 0;
flex: 1;
margin: 0 auto;
table-layout: fixed;
> div {
display: table-cell;
vertical-align: top;
}
.security-links {
margin-right: 20px;
@ -207,11 +204,14 @@
}
.settings-links {
overflow: auto;
width: 180px;
background: var(--sidebar-bg);
}
.settings-content {
overflow: auto;
flex: 1;
padding: 0 20px 30px;
.modal-header {