Making it clearer what column_width does (#5996)

Added more words to make it clearer what it does, and how to use a value to get the number of entities you want in a row
This commit is contained in:
DubhAd 2018-08-13 20:08:31 +01:00 committed by Fabian Affolter
parent 53ee29cace
commit 9bfe7a4da9

View File

@ -42,7 +42,7 @@ show_state:
default: "true"
column_width:
required: false
description: "Column width as CSS length like `100px` or `calc(100% / 7)`."
description: "Column width as CSS length like `100px` or `calc(100% / 7)`. This controls how many entities appear in a row - at the default 20% you have 5 entities in a row. Use `calc(100% / 7)` for 7 entities in a row, and so on."
type: string
default: 20%
{% endconfiguration %}