Skip to content

Commit

Permalink
fix(instance-list) improve responsiveness of search and filter width
Browse files Browse the repository at this point in the history
  • Loading branch information
lorumic committed May 17, 2023
1 parent a8b3be6 commit e866938
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/sass/_instance_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
max-width: 70vw;
width: 100%;
}

.p-search-and-filter__panel {
min-width: 100%;
width: 45vw;
}
}

.margin-right {
Expand Down Expand Up @@ -229,7 +234,11 @@

.l-navigation.is-collapsed + .instance-list {
.search-wrapper {
max-width: 80vw;
width: 50vw;
}

.p-search-and-filter__panel {
width: 130% !important;
}

.has-side-panel {
Expand Down

0 comments on commit e866938

Please sign in to comment.