Skip to content

Commit 0b26109

Browse files
fk29gnickcaugner
authored
fix(playground): center login button vertically (#12841)
* style(playground): vertically center login button in share modal * style: run `yarn stylelint --fix` --------- Co-authored-by: nick <911t@users.noreply.github.com> Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> Co-authored-by: Claas Augner <caugner@mozilla.com>
1 parent 16563f1 commit 0b26109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/ui/molecules/auth-container/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@use "../../vars" as *;
22

33
.auth-container {
4+
align-items: center;
45
display: flex;
56
flex-shrink: 0;
67
flex-wrap: nowrap;

0 commit comments

Comments
 (0)