fix layout

This commit is contained in:
Bruno Windels 2019-02-01 18:15:19 +01:00
parent 7bbc302975
commit 571c059f0d
2 changed files with 5 additions and 1 deletions

View file

@ -28,6 +28,10 @@ limitations under the License.
flex-direction: column;
}
.mx_UnknownDeviceDialog .mx_DeviceVerifyButtons {
float: right;
}
.mx_UnknownDeviceDialog .mx_Dialog_content {
margin-bottom: 24px;
}