Skip to content

Commit

Permalink
fix skillmap profile on small screens (#8596)
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll authored Nov 13, 2021
1 parent fc47320 commit 9ed06f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skillmap/src/styles/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
font-weight: 600;
padding: 1.25rem 1.5rem;
border-bottom: 1px solid rgba(34,36,38,.15);
flex-shrink: 0;
}

.fullscreen>.modal>.modal-header {
Expand Down Expand Up @@ -76,7 +77,6 @@
flex-grow: 1;
background-color: var(--body-background-color);
padding: 1rem;
min-height: unset;
max-height: unset;
}

Expand Down

0 comments on commit 9ed06f8

Please sign in to comment.