From d66cdc97cd50521d7c94aab6d88041e299be4b46 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 31 May 2021 13:02:42 +0200 Subject: [PATCH] fix message options button placement in IE11 --- src/platform/web/ui/css/themes/element/timeline.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/themes/element/timeline.css b/src/platform/web/ui/css/themes/element/timeline.css index cd0d4b62..21c53057 100644 --- a/src/platform/web/ui/css/themes/element/timeline.css +++ b/src/platform/web/ui/css/themes/element/timeline.css @@ -83,12 +83,13 @@ limitations under the License. display: none; grid-area: body; align-self: start; - justify-self: right; + justify-self: end; margin-top: -12px; margin-right: 4px; /* button visuals */ border: #ccc 1px solid; height: 24px; + width: 24px; background-color: #fff; border-radius: 4px; }