1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 23:05:26 +02:00

fix(apps) UI release fixes [EE-5197] (#8702)

* fix(apps) searchbar flex resizing and insights

* UI fixes

* update stacks datatable

---------

Co-authored-by: testa113 <testa113>
This commit is contained in:
Ali 2023-03-23 08:20:30 +13:00 committed by GitHub
parent 3636ac5c26
commit 30248eabb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 277 additions and 217 deletions

View file

@ -66,7 +66,12 @@
.toolBar .searchBar {
margin-right: 10px;
display: inline-flex;
min-height: 30px;
flex-basis: 7rem;
flex-grow: 1;
flex-shrink: 1;
align-items: center;
min-width: 7rem;
max-width: 14rem;
}
.datatable .searchBar input[type='text'] {