mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Badge value sizing tweak
This commit is contained in:
parent
f9f968b7c4
commit
6ccbe17664
@ -27,6 +27,6 @@ export default new Polymer({
|
||||
},
|
||||
|
||||
computeClasses(value) {
|
||||
return value && value.length > 5 ? 'value big' : 'value';
|
||||
return value && value.length > 4 ? 'value big' : 'value';
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user