The layout of the variable editor for a variable set doesn't work as expected in Service Operations Workspace when the layout is set to "2 Columns Wide" and there is only one variable.Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } The layout of the variable editor for a variable set doesn't work as expected in SOW when the layout is set to "2 Columns Wide" and there is only one variable. Steps to Reproduce: 1.Create a catalog item, two variable set with TWO variables. Catalog Item : JW_CatItem_0219-- Variable Set : JW_VS_0219a_1Column_Wide---- Layout : 1 Column Wide---- Variables : jw_v_0219a_date, jw_v_0219a_slt-- Variable Set : JW_VS_0219b_2Columns_alternating_sides---- Layout : 2 Columns Wide, alternating sides---- Variables : jw_v_0219b_date, jw_v_0219b_slt 2.Create a flow to create catalog task, then assign it to JW_CatItem_0219 Flow : JW_Flow_0219 Action#1 Get Catalog Variables from JW_CatItem_0219 Template Catalog Item : JW_CatItem_0219 Catalog Variables : jw_v_0219a_date, jw_v_0219a_slt, jw_v_0219b_date, jw_v_0219b_slt Action#2 Create Catalog Task Template Catalog Item : JW_CatItem_0219 Catalog Variables : jw_v_0219a_date, jw_v_0219a_slt, jw_v_0219b_date, jw_v_0219b_slt 3.Order the catalog item, then check RITM and SCTASK on SOW==>The variables of layout "1 Columns Wide" displays in one column wide as expected.==>The variables of layout "2 Columns Wide, alternating sides" displays in two columns wide as expected. 4.Create anew catalog item, two variable set with ONE variables Catalog Item : JW_CatItem_0218-- Variable Set : JW_VS_0218a_1Column_Wide---- Layout : 1 Column Wide---- Variables : jw_v_0218a_date-- Variable Set : JW_VS_0218b_2Columns_alternating_sides---- Layout : 2 Columns Wide, alternating sides---- Variables : jw_v_0218b_date 5.Create a flow similar to create catalog task as same as JW_Flow_0219, then assign it to JW_CatItem_0218 Flow : JW_Flow_0218 Action#1 Get Catalog Variables from JW_CatItem_0218 Template Catalog Item : JW_CatItem_0218 Catalog Variables : jw_v_0218a_date, jw_v_0218b_date Action#2 Create Catalog Task Template Catalog Item : JW_CatItem_0218 Catalog Variables : jw_v_0218a_date, jw_v_0218b_date 6.Order the catalog item, then check RITM and SCTASK on SOW==>The variable of layout "1 Columns Wide" displays in one column wide as expected.==>The variable of layout "2 Columns Wide, alternating sides" displays in ONE column wide. This is unexpected. Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } All Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } This is working as expected, when there is only one variable and layout is 2 column , system render it to take up full width in the variable set container.