Skip to content

Commit

Permalink
Fix some CSS
Browse files Browse the repository at this point in the history
Issue #3963
  • Loading branch information
bickelj committed Aug 27, 2024
1 parent 1c741dc commit b8a8cba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hypha/static_src/sass/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
display: none;
background-color: #1d79a8;
color: #fff;
padding: 0.5em 60px;
font-weight: 700;
padding: 0.5rem 2rem;
font-weight: $weight--bold;
position: sticky;
top: 0;
margin-top: 10px;
margin-block-start: 0.5rem;
margin-block-end: 1.5rem;
}

&__group {
Expand Down

0 comments on commit b8a8cba

Please sign in to comment.