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:
parent
3636ac5c26
commit
30248eabb4
5 changed files with 277 additions and 217 deletions
|
@ -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'] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue