mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-04 13:41:38 -04:00
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:
@@ -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> '
|
||||
|
||||
Reference in New Issue
Block a user