1) Added support for dynamic tab size. Fixes #4231

2) Fixed an issue where a long file name is not visible on the process watcher dialog. Fixes #5950
This commit is contained in:
Nikhil Mohite
2020-11-04 17:45:28 +05:30
committed by Akshay Joshi
parent 749ba4a25c
commit 2793747d3c
35 changed files with 317 additions and 170 deletions

View File

@@ -1021,6 +1021,7 @@ table.table-empty-rows{
.ajs-content {
.tab-content {
bottom: 0;
}
}

View File

@@ -313,6 +313,10 @@
max-width: 125px;
}
.wcPanelTab-dynamic {
max-width: 100% !important;
}
.wcPanelTabActive > div {
width: auto !important;
max-width: 100%;