Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d79133

Browse files
thomasjpfanlwasser
authored andcommittedJul 15, 2023
Fixes CSS issue with dropdown
1 parent f3adcd8 commit 7d79133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_sass/minimal-mistakes/_pyos-dropdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ drop shadow
8181
display: flex;
8282
flex-direction: column;
8383
align-items: flex-start;
84-
padding-top: 2em;
84+
margin-top: 2em;
8585
top: 90%;
8686
left: 0%;
8787
width: 100%;

0 commit comments

Comments
 (0)
Please sign in to comment.