diff --git a/swh/web/assets/src/bundles/webapp/webapp.css b/swh/web/assets/src/bundles/webapp/webapp.css --- a/swh/web/assets/src/bundles/webapp/webapp.css +++ b/swh/web/assets/src/bundles/webapp/webapp.css @@ -558,7 +558,6 @@ overflow-y: auto; overflow-x: auto; padding: 0; - padding-right: 1.4em; } @media screen and (min-width: 768px) { @@ -567,18 +566,9 @@ } } -.swh-metadata-table-row { - border-top: 1px solid #ddd !important; -} - -.swh-metadata-table-key { - min-width: 200px; - max-width: 200px; - width: 200px; -} - -.swh-metadata-table-value pre { +.swh-popover pre { white-space: pre-wrap; + margin-bottom: 0; } .d3-wrapper { diff --git a/swh/web/templates/includes/show-metadata.html b/swh/web/templates/includes/show-metadata.html --- a/swh/web/templates/includes/show-metadata.html +++ b/swh/web/templates/includes/show-metadata.html @@ -7,31 +7,23 @@ {% load swh_templatetags %} - -