diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss index f47160917..c757c18da 100644 --- a/app/assets/stylesheets/components/table.scss +++ b/app/assets/stylesheets/components/table.scss @@ -85,6 +85,10 @@ text-overflow: ellipsis; } + ul li { + margin-bottom: 5px; + } + } } diff --git a/app/templates/components/table.html b/app/templates/components/table.html index c5708512c..c5171c02a 100644 --- a/app/templates/components/table.html +++ b/app/templates/components/table.html @@ -90,7 +90,7 @@ {% macro text_field(text, status='', truncate=false) -%} {% call field(status=status) %} {% if text is iterable and text is not string %} -