Reduce font size in custom_date map view
Changed the font size from 15px to 12px in the custom_date.php map view for improved consistency and appearance.
这个提交包含在:
父节点
625f3d70fc
当前提交
9baee1ee84
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -19,7 +19,7 @@
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
transform-origin: center !important;
|
transform-origin: center !important;
|
||||||
font-size: 15px !important; /* Ensure consistent font size */
|
font-size: 12px !important; /* Ensure consistent font size */
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用