Make custom target filter table expandable (#1267)

* initial draft to maximize custom target filer table for better UX in case of long keys/names
* Set correct maximize icon identifier and fix problem with wrong db table structure.
* Remove unnecessary local variable.
* Fix db migration scripts
* Fix losing the target tag table when mac and minimizing target table.
* fixed minor styling, removed duplication

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
Signed-off-by: Michael Herdt <Michael.Herdt@bosch.io>
This commit is contained in:
Michael Herdt
2022-08-05 11:52:52 +02:00
committed by GitHub
parent 5c95c4ce28
commit 1682b526ef
12 changed files with 137 additions and 26 deletions

View File

@@ -115,4 +115,8 @@
background-image: none;
box-shadow: none !important;
}
.target-status-filters-title {
padding-left: 10px;
}
}