Am trying to bring dropdown and its label in line,but I find no solution...Any help!!??
As far now,
My Dropdown Label is above
Dropdown and submit button is below(in same line).
In simple xml
Yeah, you can add a custom CSS to that dashboard that has something like this in it:
div.input-dropdown {
display: inline-flex !important;
width: 250px !important;
}
The default width is 220px, so depending on your labels you need to make some room for them.