Remove bullets from lists in tables

I think this is something we inherited from the Digital Marketplace
code. We only use this for organisation settings are the moment, but
the list markers are redundant because each item will never wrap onto a
new line; it will truncate instead. Still keeps a little sliver of
spacing just so it doesn’t look like a paragraph.
This commit is contained in:
Chris Hill-Scott
2019-04-23 11:26:36 +01:00
parent d3caaf94b1
commit da19c0b4ad
4 changed files with 9 additions and 5 deletions

View File

@@ -661,7 +661,7 @@ def test_upload_valid_csv_shows_preview_and_table(
(
'<td class="table-field-center-aligned"> '
'<div class="table-field-status-default"> '
'<ul class="list list-bullet"> '
'<ul> '
'<li>foo</li> <li>foo</li> <li>foo</li> '
'</ul> '
'</div> '
@@ -674,7 +674,7 @@ def test_upload_valid_csv_shows_preview_and_table(
(
'<td class="table-field-center-aligned"> '
'<div class="table-field-status-default"> '
'<ul class="list list-bullet"> '
'<ul> '
'<li>foo</li> <li>foo</li> <li>foo</li> '
'</ul> '
'</div> '
@@ -687,7 +687,7 @@ def test_upload_valid_csv_shows_preview_and_table(
(
'<td class="table-field-center-aligned"> '
'<div class="table-field-status-default"> '
'<ul class="list list-bullet"> '
'<ul> '
'<li>foo</li> <li>foo</li> '
'</ul> '
'</div> '