Hi,
I've been playing with custom logo and I've noted the
element has a fixed max-height and max-width, is there anyway to disable this or override it as part of server web-branding variables?
I've been running an override CSS file but the class names change during updates and I assume this is due to MUI dynamically generating the class names during build.
Currently its:
max-width: 240px;
max-height: 120px;
Thank you
You can easily change it in the code.
Hi,
I've been playing with custom logo and I've noted the
element has a fixed max-height and max-width, is there anyway to disable this or override it as part of server web-branding variables?
I've been running an override CSS file but the class names change during updates and I assume this is due to MUI dynamically generating the class names during build.
Currently its:
Thank you