Ensure attribute values are consistently right aligned (#7466)

This commit is contained in:
Philip Allgaier
2020-10-23 16:29:27 +02:00
committed by GitHub
parent 19e69dc13e
commit d3fda9a821

View File

@@ -63,13 +63,14 @@ class HaAttributes extends LitElement {
.data-entry .value {
max-width: 200px;
overflow-wrap: break-word;
text-align: right;
}
.key:first-letter {
text-transform: capitalize;
}
.attribution {
color: var(--secondary-text-color);
text-align: right;
text-align: center;
}
pre {
font-family: inherit;