From ae2768af9c21e2eb2f1210809722fa7a4847b741 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 29 Oct 2015 15:57:31 +0000 Subject: [PATCH] Remove left/right padding from ongoing call notification, so that we don't get scrollbars in chrome --- src/skins/vector/css/organisms/RoomView.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/skins/vector/css/organisms/RoomView.css b/src/skins/vector/css/organisms/RoomView.css index 7c4f2ba690..d564b08629 100644 --- a/src/skins/vector/css/organisms/RoomView.css +++ b/src/skins/vector/css/organisms/RoomView.css @@ -255,5 +255,5 @@ limitations under the License. background-color: #ff0064; color: #fff; font-weight: bold; - padding: 6px; -} \ No newline at end of file + padding: 6px 0; +}