#11592 fix vc tinymce edit labels

This commit is contained in:
Jonathan 2023-06-16 09:02:57 +02:00
parent cd6e146a9e
commit 8d9d319e98
1 changed files with 6 additions and 1 deletions

View File

@ -164,7 +164,7 @@
font-weight: normal;
}
* :not(.external-visual-console-container *) {
* {
font-size: 9pt;
line-height: 16pt;
}
@ -12240,3 +12240,8 @@ div.parent_graph > p.legend_background > table > tbody > tr {
.toggle-traffic-graph {
margin: 0px !important;
}
div#visual-console-container * {
font-size: unset;
line-height: unset;
}