Limit Column size / Insert a blank line in a custom class
Hello guys,
I recently added a new Property to our Change Request class extension. It's an enum list to decide which users should receive a Change update.
I already added the Enumeration to our ChangeRequest.js file and it works fine. But there are two wtings I'd like to change:
- I want a blank line before the enumeration, so it stands out a bit
- As this enumeration is the only column in the new line, it's width is about the full page. colspan: 1 does not seem to work when there is only one column in the line
Has anyone else experienced that and has a solution? We use SCSM 2016 and Cireson Portal Version 9.4.5.2016.
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭
You can use spacers to pad both the row and the column.
0
Answers
You can use spacers to pad both the row and the column.
Hallo Justin,
thank you for the solution, it works as expected! :)