fix layout

pull/21833/head
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;
}

View File

@ -32,8 +32,8 @@ function DeviceListEntry(props) {
return (
<li>
<DeviceVerifyButtons device={device} userId={userId} />
{ device.deviceId }
<DeviceVerifyButtons device={device} userId={userId} />
<br />
{ device.getDisplayName() }
</li>