Skip to content

Commit

Permalink
fix(layer-list): list on mobile was on 2 rows
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed Aug 30, 2023
1 parent 41cfaa6 commit e3c825e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../../../../core/src/style/partial/media';

:host {
display: flex;
align-items: center;
Expand All @@ -7,6 +9,10 @@
.inputFilter {
width: calc(100% - 100px);
max-width: 200px;

@include mobile {
width: 50%;
}
}

::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper {
Expand Down

0 comments on commit e3c825e

Please sign in to comment.