Исправлен размер заголовков графиков мониторинга

This commit is contained in:
goodmice 2021-10-27 13:54:02 +05:00
parent a729e75e97
commit 04bddf658b

View File

@ -11,9 +11,8 @@
} }
.display_chart_label { .display_chart_label {
font-size: 18px; font-size: 16px;
font-weight: bold; font-weight: bold;
height: 20px;
padding: 0 4px; padding: 0 4px;
} }
@ -21,7 +20,7 @@
position: absolute; position: absolute;
top: 20px; top: 20px;
left: 50px; left: 50px;
font-size: 18px; font-size: 16px;
font-weight: bold; font-weight: bold;
} }