Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2558 from matrix-org/bwindels/fixunknowndialog
Browse files Browse the repository at this point in the history
fix UnknownDeviceDialog layout
  • Loading branch information
bwindels authored Feb 1, 2019
2 parents dca194f + 571c059 commit 62f59f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions res/css/views/dialogs/_UnknownDeviceDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/views/dialogs/UnknownDeviceDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 62f59f8

Please sign in to comment.