aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components')
-rw-r--r--frontend/src/components/FeedItem.css10
-rw-r--r--frontend/src/components/Settings.css2
2 files changed, 11 insertions, 1 deletions
diff --git a/frontend/src/components/FeedItem.css b/frontend/src/components/FeedItem.css
index 944b66a..876fc66 100644
--- a/frontend/src/components/FeedItem.css
+++ b/frontend/src/components/FeedItem.css
@@ -92,6 +92,16 @@
line-height: 1.5;
font-size: 1rem;
margin-top: 1rem;
+ overflow-wrap: break-word;
+ word-break: break-word;
+}
+
+.item-description table,
+.item-description pre,
+.item-description code {
+ max-width: 100%;
+ overflow-x: auto;
+ display: block;
}
.item-description img {
diff --git a/frontend/src/components/Settings.css b/frontend/src/components/Settings.css
index daf7a7e..ae43be4 100644
--- a/frontend/src/components/Settings.css
+++ b/frontend/src/components/Settings.css
@@ -159,7 +159,7 @@
gap: 2rem;
}
-@media (max-width: 600px) {
+@media (max-width: 768px) {
.settings-page.variant-glass {
padding: 1.5rem;
margin-top: 1rem;