Move SettingsDialog width override to fixedWidth
Move the width overrides to the container so it's the same thing dictating its size as the rest of the dialogspull/21833/head
parent
a53d9f59fe
commit
833b46d040
|
@ -16,8 +16,6 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_SettingsDialog {
|
.mx_SettingsDialog {
|
||||||
.mx_Dialog {
|
.mx_Dialog {
|
||||||
max-width: 1000px;
|
|
||||||
width: 90%;
|
|
||||||
height: 80%;
|
height: 80%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
@ -46,5 +44,10 @@ limitations under the License.
|
||||||
.mx_Dialog_fixedWidth {
|
.mx_Dialog_fixedWidth {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Dialog_fixedWidth {
|
||||||
|
max-width: 1000px;
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue