Param markdown - fix sensor param table

This commit is contained in:
Hamish Willee 2021-04-07 13:39:36 +10:00 committed by Beat Küng
parent b46e505b0d
commit 6fbb409e43

View File

@ -20,6 +20,12 @@ If a listed parameter is missing from the Firmware see: [Finding/Updating Parame
tr > * {
vertical-align : top;
}
td:nth-child(1),td:nth-child(2) {
text-align : left;
}
table {
width: fit-content;
}
</style>
"""