Hello! Fairly novice to PowerShell Universal and I’m struggling with how to format content in my dashboards and get things to line up. Does anyone have any suggestions to how I could achieve this behavior below to get the UDSelect up next to the UDCard title? Thanks!
So personally I would not use the TITLE parameter on the card. Within the card you could create a DIV and place the text and select in the custom DIV. If this does not auto lineup then you will need to add the appropriate css to the div. Again I probably wouldn’t nest the form inside the card. But that’s just me
Thank you! I will keep this in mind. My main reason for using UDCard is because I have a dashboard with several different forms and having a card for each form seemed to be the cleanest way to distinguish them from each other.
Thank you! Using a DIV is looking to be a better solution. The reason I am using cards is I have several forms on one page of a dashboard and separating the forms into cards seemed like the cleanest way to distinguish them from each other.