mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Remove capitalize from card heading (#1455)
fix: https://github.com/home-assistant/ui-schema/issues/107
This commit is contained in:
parent
bac1c8f630
commit
5c5a7e50da
@ -18,7 +18,6 @@ class HaCard extends PolymerElement {
|
||||
@apply --paper-font-common-expensive-kerning;
|
||||
opacity: var(--dark-primary-opacity);
|
||||
padding: 24px 16px 16px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -31,9 +30,7 @@ class HaCard extends PolymerElement {
|
||||
|
||||
static get properties() {
|
||||
return {
|
||||
header: {
|
||||
type: String,
|
||||
},
|
||||
header: String
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user