You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see there are more styles and few text fields which are hardcoded and not given option to overwrite.
Is there a possibility to wrap the styles in a class so that we can overwrite them in our code and it won't require change in rapidoc source code.
And also kindly let me know when the change related to operation method type block will be available. I can see it's currently available in beta version
The text was updated successfully, but these errors were encountered:
I see there are more styles and few text fields which are hardcoded and not given option to overwrite.
That's on purpose. As as web-component we encapsulate styles not allow overrides. It helps in protection from style leaking from other components and allows you to have multiple RapiDoc webcomponent on the same page with its own styles.
If you want to target a specific section or component usecss-parts
and if you still dont find a part that you can style, let me know and we can decide if we can expose it for user-styling
Hi,
I see there are more styles and few text fields which are hardcoded and not given option to overwrite.
Is there a possibility to wrap the styles in a class so that we can overwrite them in our code and it won't require change in rapidoc source code.
And also kindly let me know when the change related to operation method type block will be available. I can see it's currently available in beta version
The text was updated successfully, but these errors were encountered: