#11592 fix vc tinymce edit labels
This commit is contained in:
parent
cd6e146a9e
commit
8d9d319e98
|
@ -164,7 +164,7 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
* :not(.external-visual-console-container *) {
|
* {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
line-height: 16pt;
|
line-height: 16pt;
|
||||||
}
|
}
|
||||||
|
@ -12240,3 +12240,8 @@ div.parent_graph > p.legend_background > table > tbody > tr {
|
||||||
.toggle-traffic-graph {
|
.toggle-traffic-graph {
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#visual-console-container * {
|
||||||
|
font-size: unset;
|
||||||
|
line-height: unset;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue