I know I can show up to 9 fields and reorder the fields in the course management function but are you able to resize the field itself. I am currently wanting to see my complete course code but it is cutoff and I can not seem to resize the field. While other other fields take up more area than needed.
Answer
Field Customization in course management
Best answer by elamast
Make this change in CSS:
/* Resize code column in course management */
#col-code {
width: 180px !important;
}Change the width to whatever works for you. Note that this pushes everything to the right, so you may need decrease the width of another column. I’d suggest narrowing #col-creation_date (default width is 200px) by the amount you increase the other by.
The columns are defined in CSS as follows:
#col-code
#col-thumbnail
#col-name
#col-type
#col-creation_date
#col-sessions_count
#col-waiting_list
#col-sessions_waiting_vilt
#col-enrolled_count
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.