Love: picture elements: nowrap for buttons (#1378)

This commit is contained in:
c727 2018-07-01 21:15:20 +02:00 committed by GitHub
parent 7bbe8dc2f3
commit 22ee205807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ class HuiPictureElementsCard extends EventsMixin(LocalizeMixin(PolymerElement))
}
ha-call-service-button {
color: var(--primary-color);
white-space: nowrap;
}
</style>