Index: openacs-4/packages/xowf/www/resources/test-item.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/Attic/test-item.css,v diff -u -r1.1.2.25 -r1.1.2.26 --- openacs-4/packages/xowf/www/resources/test-item.css 6 Jun 2020 16:30:11 -0000 1.1.2.25 +++ openacs-4/packages/xowf/www/resources/test-item.css 11 Jun 2020 19:36:40 -0000 1.1.2.26 @@ -180,16 +180,20 @@ white-space: pre-wrap; } +/* + * At least, when bootstrap forms are in use (vertical mode), there is + * no need to limit the width of a form label. + */ +div.xowiki-content .content-with-folders form div.form-label { + /* width: 200px;*/ +} /* * Selection form styling */ div.xowiki-content .content-with-folders form { margin: 0px 0px 0px 16px; } -div.xowiki-content .content-with-folders form div.form-label { - width: 200px; -} div.workarea h3 { font-weight: normal; font-style: normal;