Skip to content

Commit

Permalink
Fix unregister button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed May 21, 2024
1 parent b1868ae commit 5b2688c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/components/challenge-detail/Header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}

.challenge-ops-container button,
.challenge-ops-container a,
.challenge-ops-container div {
margin: 0 !important;
}
Expand Down Expand Up @@ -129,6 +130,7 @@
justify-content: center;

div,
button,
a {
width: fit-content !important;
}
Expand Down

0 comments on commit 5b2688c

Please sign in to comment.