From 4236aa0851a7cc85e42885ce56e210fdd590c9cc Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 4 Jun 2024 12:48:16 -0400 Subject: [PATCH] UX: add space between revision avatar and username (#27329) --- app/assets/stylesheets/common/base/history.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/history.scss b/app/assets/stylesheets/common/base/history.scss index 35f62b4842e..e6619530526 100644 --- a/app/assets/stylesheets/common/base/history.scss +++ b/app/assets/stylesheets/common/base/history.scss @@ -75,6 +75,7 @@ .revision-details__user { display: flex; align-items: center; + gap: 0.25em; } .revision__title,