Skip to content

Commit

Permalink
Resolve spacing issue between the buttons on 'Registering fingerprint…
Browse files Browse the repository at this point in the history
…' screen

Bug: 881624
Change-Id: Ic2efd91bbccc891f98c5e5e7563996cd8fd138cc
Reviewed-on: https://chromium-review.googlesource.com/c/1440069
Reviewed-by: Jacob Dufault <[email protected]>
Reviewed-by: Michael Giuffrida <[email protected]>
Commit-Queue: Yulun Wu <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#626797}(cherry picked from commit ee9c93c)
Reviewed-on: https://chromium-review.googlesource.com/c/1443549
Cr-Commit-Position: refs/branch-heads/3683@{#73}
Cr-Branched-From: e510299-refs/heads/master@{#625896}
  • Loading branch information
yulunwu2 authored and michaelpg committed Jan 30, 2019
1 parent 971df88 commit 10b73a9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
#messageDiv[invisible] {
visibility: hidden;
}

#closeButton {
margin-inline-start: 5px;
}
</style>

<cr-dialog id="dialog" on-close="close"
Expand Down

0 comments on commit 10b73a9

Please sign in to comment.