align number right side
Posted: 07 Jun 2016
Hi
I have a list with numbers: how do I show number in fields i a form alignet right side
I have a list with numbers: how do I show number in fields i a form alignet right side
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
#fd_form {
direction: rtl;
}
Code: Select all
#fd_form .fd_control {
direction: rtl;
}