Erica Marchi

Results 17 comments of Erica Marchi

Same problem here. I'm stuck :S @matteocusinato have you solved?

I have the same problem with svg elements. I tryied to add width and height of each svg as an attribute and not with css as someone else suggested but...

Thank you so much for the information. Now it make sense. I can't have control of the peripheral unfortunately but at least I have an answer for this question. Thank...

The long label break also the toggle with (I've already added Relative to the div) ![Schermata 2022-12-16 alle 17 35 26](https://user-images.githubusercontent.com/9347586/208145665-a5f142ca-eae3-426e-b3f8-20dbc86216bb.png) Adding flex-1 to the div, fix this issue.

@heykanna I've solved removing the attributes **title** and **snippet** when I declare my marker.

Thank you so much, I'll try this asap!

I've added inside index.html ``` Stencil Storybook Wrapper | Component Starter ``` and ran `npm run start` (` "start": "npm-run-all --parallel stencil storybook",`) but nothing changed.

I've found the solution to my issue. It's easy! into **selects.ts** change `card => !settings.boardVisibilityPrefs[card.idBoard] ` into `card => settings.boardVisibilityPrefs[card.idBoard]` (delete the !) In this way when you I login...