Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -N -r1.284.2.55 -r1.284.2.56 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 29 Nov 2019 13:31:06 -0000 1.284.2.55 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 29 Nov 2019 13:42:34 -0000 1.284.2.56 @@ -3591,7 +3591,7 @@ if {$value eq $rep} { lappend atts checked checked } - if {${:horizontal}} {append label_class " radio-inline"} + if {1 || ${:horizontal}} {append label_class "col-sm2 radio-inline"} ::html::label -for $id -class $label_class { ::html::input $atts {} :render_label_text $label