--- loncom/interface/loncommon.pm 2019/11/20 22:53:32 1.1334 +++ loncom/interface/loncommon.pm 2020/01/10 05:08:39 1.1335 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1334 2019/11/20 22:53:32 raeburn Exp $ +# $Id: loncommon.pm,v 1.1335 2020/01/10 05:08:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8255,6 +8255,14 @@ ul.LC_funclist li { cursor:pointer; } +pre.LC_wordwrap { + white-space: pre-wrap; + white-space: -moz-pre-wrap; + white-space: -pre-wrap; + white-space: -o-pre-wrap; + word-wrap: break-word; +} + /* styles used for response display */