summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/content.css b/css/content.css
index dfadad590..483406a60 100644
--- a/css/content.css
+++ b/css/content.css
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -581,6 +581,10 @@
word-wrap: break-word;
white-space:normal;
}
+
+ #app-content .body iframe {
+ max-width: 100%;
+ }
#app-content .body > div > img:first-child,
#app-content .body > div > :first-child > img:first-child {