diff --git a/app/assets/stylesheets/embed.scss b/app/assets/stylesheets/embed.scss index 6caaa12a9d7..de79cd20b5a 100644 --- a/app/assets/stylesheets/embed.scss +++ b/app/assets/stylesheets/embed.scss @@ -178,16 +178,22 @@ div.lightbox-wrapper { .topics-list { width: 100%; - .topic-list-item { - td { - padding: 0.5rem; - } - .main-link a { - color: $primary; - } - .main-link a:visited { - color: $primary-medium; + .topic-list-item { + clear: both; + + .main-link { + border-bottom: 1px solid #e9e9e9; + padding: 0.5rem; + width: 100%; + + a { + color: $primary; + } + + a:visited { + color: $primary-medium; + } } } } diff --git a/app/views/embed/topics.html.erb b/app/views/embed/topics.html.erb index 6f478eeb9e7..629577dc9f0 100644 --- a/app/views/embed/topics.html.erb +++ b/app/views/embed/topics.html.erb @@ -1,11 +1,11 @@ <%- if @list && @list.topics.present? %> - data-embed-id="<%= @embed_id %>"<%- end %>> +
data-embed-id="<%= @embed_id %>"<%- end %>> <%- @list.topics.each do |t| %> -
- + <%- end %> -
+ <%- end %>