-
Hello, hope you are fine, currently i'm trying to change the width of image diplayed but it does not work. |
Beta Was this translation helpful? Give feedback.
Answered by
nbeligh
Jul 3, 2023
Replies: 2 comments 1 reply
-
same problem here. |
Beta Was this translation helpful? Give feedback.
1 reply
-
thank you, i will try that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Seb,
we put this in our global styles.scss and it worked fine :
.mtx-tooltip{ max-width:800px!important; min-width:400px!important; }