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

Commit

Permalink
Fix buttons and text layout on Security Key dialog (#7996)
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul committed Mar 8, 2022
1 parent 7faf56b commit fb3e9eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ limitations under the License.
position: relative;
padding-left: 24px; // 16px icon + 8px padding
margin-top: 7px; // vertical alignment to buttons
margin-bottom: 7px; // space between the buttons and the text when float is activated
text-align: left;

&::before {
content: "";
Expand Down

0 comments on commit fb3e9eb

Please sign in to comment.