Skip to content

Commit bcb5cb6

Browse files
author
Sine Jespersen
committed
width: 100% on modal-login again
1 parent b946efb commit bcb5cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/Library/Modals/modal-login/modal-login.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.modal-login {
22
display: flex;
3+
width: 100%;
34
justify-content: center;
45
justify-content: flex-start;
56

@@ -8,7 +9,6 @@
89
}
910

1011
&--anonymous {
11-
width: 100%;
1212
flex-direction: column;
1313
justify-content: center;
1414
align-items: center;

0 commit comments

Comments
 (0)