Fix the error limiting the size of gallery sidebar.
[redakcja.git] / src / redakcja / static / css / html.css
index 98e41cd..05c9e9e 100644 (file)
     word-spacing: 1em;
 }
 
+.htmlview .ilustr img {
+    max-width: 100%;
+}
+
 .htmlview .parse-warning {
     display: block;
     font-size: 10pt;
@@ -608,6 +612,7 @@ div[x-node] > .uwaga {
     padding: 1px;
     z-index: 2000;
     position: absolute;
+    text-align: left;
 }
 
 .html-editarea textarea {