Fix settings dialog layout
The close 'x' was ending up off the right hand side which made everything else overlap with the left panel, depending on how wide your window was. This isn't the end of the dialog problems but it will at least stop settings from being mangled on develop.
This commit is contained in:
parent
b63cbe20ce
commit
c87c4ef5a4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ limitations under the License.
|
|||
margin-bottom: 24px;
|
||||
}
|
||||
.mx_Dialog_fixedWidth {
|
||||
width: 90vw;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue