Fix CSS silliness
Meant to replace the existing block rather than add another one with the same name! Also meant vw rather than width.
This commit is contained in:
parent
833b46d040
commit
7b5658e3b1
1 changed files with 1 additions and 4 deletions
|
@ -41,13 +41,10 @@ limitations under the License.
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
.mx_Dialog_fixedWidth {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_Dialog_fixedWidth {
|
.mx_Dialog_fixedWidth {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
width: 90%;
|
width: 90vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue