mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 05:02:24 +00:00
config_tools: fix configForm character display issue
fix configForm character display issue Tracked-On: #6691 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
parent
b5b6503248
commit
35b8d53af3
@ -180,4 +180,8 @@ table {
|
|||||||
|
|
||||||
.rst-paragraph:last-child {
|
.rst-paragraph:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*{
|
||||||
|
font-family: Roboto !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user