-
-
Notifications
You must be signed in to change notification settings - Fork 13
Description
not sure if (where) we've discussed this before, so please allow me a dedicated issue on the matter.
using a main
type: custom:tabbed-card
attributes:
minWidth: true
isMinWidthIndicator: true
config one a set of tabbed cards only using an icon in the tab, still makes the card tabs go beyond the width of a single card, and added to that, we can not swipe it really. the overflow icon somewhat comes in sight when the one next to it is activated, but there's no real swiping the tabs
Maybe I am misconfiguring, if so please correct, but I would have hoped that 4 or 5 icons only should be able to be seen directly and not have it look like:
seems the minWidth indicator is working correctly, because this is without. As you can see, the tabs are just as wide in both configurations.

of course, I have also tried to set that option on the card itself:
attributes:
icon: mdi:home-roof
minWidth: true
to no avail though, no difference at all
Please have a look why those tabs are not tighter, just as tight as the indicator

