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

Commit e69b192

Browse files
committed
Solved problem external debug bar not showing properly
1 parent bf190c8 commit e69b192

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/assets/sass/login.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616
color: var(--body_color);
1717

1818
& > div {
19-
position: relative;
20-
max-width: 400px;
21-
flex-basis: 400px;
19+
flex-basis: 350px;
2220
margin: auto;
23-
padding: 20px;
2421
text-align: left;
2522

2623
.login-form {

0 commit comments

Comments
 (0)