diff --git a/static/style.css b/static/style.css index 14c9e0c..d2331f3 100644 --- a/static/style.css +++ b/static/style.css @@ -184,7 +184,11 @@ form input { } } -.source-buttons, .original-post { +.deliveries li { + list-style: none; +} + +.source-buttons, .original-post, .deliveries li { white-space: nowrap; } diff --git a/templates/activities.html b/templates/activities.html index 27e1e37..aa3faa2 100644 --- a/templates/activities.html +++ b/templates/activities.html @@ -3,7 +3,7 @@ {% for obj in objects %}
  • -
    +
  • {% else %}
  • Nothing yet!