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.
pull/21833/head
David Baker 2019-04-08 11:56:08 +01:00
parent b63cbe20ce
commit c87c4ef5a4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ limitations under the License.
margin-bottom: 24px;
}
.mx_Dialog_fixedWidth {
width: 90vw;
width: 100%;
}
}
}