From 24cb46a991ce68ce2fedb12c692f0a837a226245 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 12 Feb 2019 12:22:50 +0100 Subject: [PATCH] should be on the left with animations so the animate class can clear it --- res/css/views/rooms/_RoomBreadcrumbs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/_RoomBreadcrumbs.scss b/res/css/views/rooms/_RoomBreadcrumbs.scss index b8aca9b4a6..ba4aec3b6e 100644 --- a/res/css/views/rooms/_RoomBreadcrumbs.scss +++ b/res/css/views/rooms/_RoomBreadcrumbs.scss @@ -26,7 +26,7 @@ limitations under the License. flex-direction: row; > * { - margin-right: 4px; + margin-left: 4px; } &::after {