Make fixed width dialogs actually fixed width again
Settings overrode that to be larger, so do the corresponding override for the other part.
This commit is contained in:
parent
c0867e8e48
commit
0a61d05ba2
2 changed files with 4 additions and 1 deletions
|
@ -43,5 +43,8 @@ limitations under the License.
|
|||
margin-top: 16px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.mx_Dialog_fixedWidth {
|
||||
width: 90vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue