Extra parentesys lint

This commit is contained in:
Vito Albano
2024-05-20 09:39:08 +01:00
committed by VitoAlbano
parent 13ef0aed89
commit d8f1c880db
@@ -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 {