-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add to container CSS #258
Comments
@Scalee It's described in the documentation: https://volkovlabs.io/plugins/volkovlabs-dynamictext-panel/styles/#padding-and-margins Use for the parent style:
|
Thanks for you reply. The & style seems to apply to every row container. What I am looking for is one level higher, the container that wraps all the rows so I can add flex-wrap: wrap; |
@asimonok Any ideas? |
Workaround is to add the following to after render code.
But the more appropriate way is to implement static class name for rows container which we will add to the upcoming release. |
How can I add to the container css?
The documents refer to src/styles.ts but that file doesn't exist anymore.
I would like to add flex-wrap: wrap; to the parent container.
Thanks
The text was updated successfully, but these errors were encountered: