Fix Bug 34921.

This commit is contained in:
Julia Radzhabova 2017-05-11 10:36:39 +03:00
parent 4bb630132e
commit 08366384b1
2 changed files with 8 additions and 0 deletions

View file

@ -67,6 +67,10 @@ label {
.cell { .cell {
display: table-cell; display: table-cell;
} }
.layout-resizer {
background-color: transparent;
}
} }
.tooltip.main-info { .tooltip.main-info {

View file

@ -55,6 +55,10 @@ label {
border-top: 1px solid @gray-dark; border-top: 1px solid @gray-dark;
border-left: 1px solid @gray-dark; border-left: 1px solid @gray-dark;
} }
.layout-resizer {
background-color: transparent;
}
} }
.tooltip.main-info { .tooltip.main-info {