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 <jdufault@chromium.org>
Reviewed-by: Michael Giuffrida <michaelpg@chromium.org>
Commit-Queue: Yulun Wu <yulunwu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#626797}
  • Loading branch information
Yulun Wu authored and Commit Bot committed Jan 29, 2019
1 parent 9743e6d commit ee9c93c
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 ee9c93c

Please sign in to comment.