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

Fix look of the untrusted device dialog #7487

Merged
merged 2 commits into from
Jan 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix button spacing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
  • Loading branch information
SimonBrandner committed Jan 9, 2022
commit 71a8af46d8952b54c3eb8c65989fe27a578a8408
6 changes: 6 additions & 0 deletions res/css/views/dialogs/_UntrustedDeviceDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ limitations under the License.
margin-left: 0;
}
}

.mx_Dialog_buttons {
display: flex;
justify-content: end;
gap: 8px;
}
}