Use a more sensible name for Query Tool tabs. Fixes #2482

This commit is contained in:
Surinder Kumar
2017-06-13 11:34:13 +01:00
committed by Dave Page
parent 467825c2d1
commit 57d866f7b7
4 changed files with 49 additions and 31 deletions

View File

@@ -369,3 +369,16 @@ i.wcTabIcon {
position: absolute;
text-align: center;
}
.wcPanelTab > div {
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 125px;
}
.wcPanelTabActive > div {
width: auto !important;
max-width: 100%;
}