diff --git a/ccm-core/web/themes/foundry/foundry/lib/bebop/label.xsl b/ccm-core/web/themes/foundry/foundry/lib/bebop/label.xsl index 056c860d8..711246bba 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/bebop/label.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/bebop/label.xsl @@ -153,6 +153,9 @@ + + + diff --git a/ccm-core/web/themes/foundry/foundry/styles/admin.css b/ccm-core/web/themes/foundry/foundry/styles/admin.css index c0fd6b669..abf323039 100644 --- a/ccm-core/web/themes/foundry/foundry/styles/admin.css +++ b/ccm-core/web/themes/foundry/foundry/styles/admin.css @@ -1310,6 +1310,7 @@ span.cmsTaskCommentCredentials { div.cmsNotesDisplay { margin-bottom: 1em; border: solid 1px #999999; + min-height: 7.5em; } div.cmsNotesContent { @@ -1801,4 +1802,8 @@ span#quickLinksCascade { .static-new-item-form input { height: 1.8em; +} + +.wysiwyg ul { + list-style: disc inside; } \ No newline at end of file