Read the statement by Michael Teeuw here.
organization of the text next to the icon.
- 
@doubleT said in organization of the text next to the icon.:
.homeassistant-table tr td:nth-of-type(2) {
text-align: left;
}
.homeassistant-table tr:nth-of-type(3) td,
.homeassistant-table tr:nth-of-type(6) td {
border-bottom: 1px solid white;
}
.homeassistant-table {
border-spacing: 0;
}do I delete the text from what was in the custom? or leave and put this?
 - 
Delete the previous code in custom.css if you added that className line in the module’s js.
 - 
If I put this line:
table.Element.className = "homeassistant-table";after
var tableElement = document.createElement("table");the module does not load
Another thing the text is still gray.
 - 
Oh, sorry, “tableElement” – remove the dot. Sorry.
 - 
The module loaded but without the lines yet.
Before you get tired LOL … please tell me how to make the text of the module more alive!
 - 
Remove the “dimmed” in line 38 of the code.
 
