From 33e5f5926ddba93b2d65aafd80804e2cbf6ba92f Mon Sep 17 00:00:00 2001 From: Greg Ross Date: Sat, 30 Jun 2018 04:26:22 -0400 Subject: [PATCH] Force the messages container to full width (#247) --- css/style.css | 4 ++++ templates/main.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 13cf45a..a33f67e 100644 --- a/css/style.css +++ b/css/style.css @@ -187,6 +187,10 @@ opacity: 1; } +.ocsms-messages-container { + width: 100%; +} + .msg-spacer { clear: both; } diff --git a/templates/main.php b/templates/main.php index fbe840b..6d37e0b 100644 --- a/templates/main.php +++ b/templates/main.php @@ -79,7 +79,7 @@ use \OCA\OcSms\Lib\CountryCodes;
Please choose a conversation on the left menu
-
+
{{ message.content }}