From 68a005bf1f9738399bce462b7ccd86c43644e952 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 18 Nov 2015 22:24:54 +0000 Subject: [PATCH] stop edit option from colliding with scrollbar again --- src/skins/vector/css/molecules/EventTile.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/skins/vector/css/molecules/EventTile.css b/src/skins/vector/css/molecules/EventTile.css index 1b2725b510..e05ce8ee6f 100644 --- a/src/skins/vector/css/molecules/EventTile.css +++ b/src/skins/vector/css/molecules/EventTile.css @@ -93,7 +93,8 @@ limitations under the License. text-align: right; z-index: 1; position: relative; - width: 100px; + width: 90px; + margin-right: 10px; } .mx_MessageTimestamp {