mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -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:
@@ -85,6 +85,10 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
ul li {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user