Skip to content

Commit

Permalink
[#2245] Processed PR feedback for Registration notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Mar 25, 2024
1 parent da5b430 commit ba5dac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/open_inwoner/scss/components/Form/ChoiceList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
margin: 0;
padding: 0;
background-color: var(--card-color-background);
border: var(--border-width) solid var(--color-gray);
border: var(--border-width-thin) solid var(--color-gray);
border-radius: var(--border-radius);
box-sizing: border-box;
display: flex;
Expand All @@ -38,7 +38,7 @@
}

&__content {
max-width: 95%;
max-width: calc(100% - var(--spacing-giant));
}

&__label {
Expand Down

0 comments on commit ba5dac4

Please sign in to comment.