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

Commit bc42487

Browse files
fixed min height in wel come page (#6618)
1 parent 2170df1 commit bc42487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sass/static/pages.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ body #not_authenticated_financial ul.checked > li {
14591459
display: flex;
14601460
flex-direction: column;
14611461
max-height: 100%;
1462-
min-height: 120px;
1462+
min-height: 157px;
14631463

14641464
div > p {
14651465
margin: 1em 0 0.5em;

0 commit comments

Comments
 (0)