diff --git a/template/index.html b/template/index.html index 1576685..3d77a54 100644 --- a/template/index.html +++ b/template/index.html @@ -154,7 +154,7 @@ -
+
-
+

{{itemSelectedDetails.title}}

{{ feedsById[itemSelectedDetails.feed_id].title }}

-
-
-
-
-
+
+
+
diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css index 5906c66..f7ba6a7 100644 --- a/template/static/stylesheets/app.css +++ b/template/static/stylesheets/app.css @@ -444,6 +444,10 @@ select.form-control:not([multiple]):not([size]) { padding-left: 1rem; } +.content pre { + overflow-x: scroll; +} + /* theme */ .theme-light {