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

Commit fb3e9eb

Browse files
authored
Fix buttons and text layout on Security Key dialog (#7996)
1 parent 7faf56b commit fb3e9eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/dialogs/security/_AccessSecretStorageDialog.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ limitations under the License.
1818
position: relative;
1919
padding-left: 24px; // 16px icon + 8px padding
2020
margin-top: 7px; // vertical alignment to buttons
21+
margin-bottom: 7px; // space between the buttons and the text when float is activated
22+
text-align: left;
2123

2224
&::before {
2325
content: "";

0 commit comments

Comments
 (0)