Skip to content

Commit

Permalink
style(stylelint): fix few issues regarding new stylelint version rules
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Oct 27, 2023
1 parent 4997aee commit e608e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/styles/angles-preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
.participant-card-container {
display: grid;
grid-template-columns: auto auto;
row-gap: 35px;
column-gap: 35px;
gap: 35px 35px;
margin: 35px 0;
min-height: 530px;
}
Expand Down
3 changes: 1 addition & 2 deletions src/styles/angles-selection.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@
.pager {
width: 115px;
height: 100%;
justify-content: center;
align-content: center;
place-content: center center;
align-items: center;
text-align: center;
border: 1px solid #232323dd;
Expand Down
3 changes: 1 addition & 2 deletions src/styles/components/list.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.list-container {
overflow-y: auto;
overflow-x: hidden;
overflow: hidden auto;
max-height: 480px;
width: 100%;
height: 100%;
Expand Down

0 comments on commit e608e69

Please sign in to comment.