Skip to content

Commit

Permalink
Extra parentesys lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Jul 8, 2024
1 parent 939c305 commit f017ac2
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
/* stylelint-disable selector-class-pattern */
/* stylelint-disable no-descending-specificity */

@import 'styles/mat-selectors';

.adf-version-list {
height: 100%;
overflow-x: hidden;
display: flex;
height: 100%;
overflow-x: hidden;
display: flex;

:first-child {
max-width: 100%;
}
:first-child {
max-width: 100%;
}

&-item {
Expand Down

0 comments on commit f017ac2

Please sign in to comment.