My client has requested to remove a bullet point point which appears next to check box items that were selected in the admin entries/emailed entries.
I have pin pointed this to be in admin.css:
td.entry-view-field-value ul.bulleted {margin-left:12px}
td.entry-view-field-value ul.bulleted li {list-style-type:disc}
Can it be changed to the following if there is only one answer listed?
td.entry-view-field-value ul.bulleted {margin-left:0}
td.entry-view-field-value ul.bulleted li {list-style-type:none}
Is there any way to over-ride this without changing the core admin.css file?
Is this something that can be updated in the next release?
Thanks for a great product.