1 files changed, 6 insertions, 1 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 4e93bc9934..9ba0aa997c 100644
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -301,7 +301,7 @@ h1 {
display: inline-block;
margin-bottom: -1px;
max-width: 90%;
- font-size: 16px;
+ font-size: 14px;
word-wrap: break-word;
padding-top: 7px;
padding-bottom: 5px;
@@ -311,6 +311,11 @@ h1 {
-webkit-text-size-adjust:100%
}
+.bubble img {
+ max-width: 100%;
+ max-height: auto;
+}
+
.differentUser td {
padding-bottom: 5px ! important;
}
|