My app layout works as expected on my machine. But when I run it on some other machine with a smaller display or display size different from that of mine, it gets ruined. How can I rectify this?
Hi @parangat90
Your questions is fairly broad, but I would imagine that this is related to your inline styles and external css. Have a look at Plotly’s demo apps (check the source code) to see how they use css.
To be precise, I placed two graphs side by side, occupying 25% and 75% of width respectively. The narrower one shows a table display. When it is opened on a smaller display, the data in columns of table gets overlapped.