Extra parentesys lint

This commit is contained in:
Vito Albano
2024-05-09 12:48:18 +02:00
committed by DominikIwanek
parent f105b3d735
commit 3f34cd0c7e
@@ -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 {