Extra parentesys lint

This commit is contained in:
Vito Albano
2024-04-11 13:11:24 +01:00
committed by VitoAlbano
parent d43ad763ea
commit 0c0315a891

View File

@@ -1,16 +1,14 @@
/* stylelint-disable selector-class-pattern */ /* stylelint-disable selector-class-pattern */
/* stylelint-disable no-descending-specificity */ /* stylelint-disable no-descending-specificity */
@import 'styles/mat-selectors'; @import 'styles/mat-selectors';
.adf-version-list { .adf-version-list {
height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
display: flex; display: flex;
:first-child { :first-child {
max-width: 100%; max-width: 100%;
}
} }
&-item { &-item {