I am trying to make a dashboard with dash in python and I am trying to align 2 dropdowns and a button horizontally this is the html.Div that I am working with Is there any way to make the height of the do something button the same as that of the dropdown even when the window is resizing. Or Is
Tag: alignment
Python spacing and aligning strings
I am trying to add spacing to align text in between two strings vars without using ” ” to do so Trying to get the text to look like this, with the second column being aligned. Currently have it coded like this, just using spaces… I tried working with string.rjust & srting.ljust but to no avail. Suggestions? Answer You should