Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Change default styles; better to be more universal by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik committed Nov 10, 2023
1 parent 7e182cf commit 7f9d6ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Ranker/Ranker.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
border-radius: 2px;
display: flex;
flex-direction: column;
align-items: center;
align-items: stretch;
overflow-y: scroll;

[data-rbd-droppable-id] {
Expand Down Expand Up @@ -64,7 +64,6 @@
border-radius: 2px;
background-color: #f5f5f5;
color: black;
max-width: 400px;
}

.itemLine {
Expand Down

0 comments on commit 7f9d6ad

Please sign in to comment.