From f4c60ba2ffa836ceed5bc9c0df3365503a827286 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Mon, 3 Feb 2020 17:00:50 -0500 Subject: [PATCH] Reaction Viewer: Fix class names --- stylesheets/_modules.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 56aaa5369ba..f59ec62630f 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -4941,12 +4941,11 @@ button.module-image__border-overlay:focus { justify-content: flex-start; align-items: center; - &_avatar { + &__avatar { min-width: 32px; } - &__name, - &__name_profile-name { + &__name { @include font-body-1-bold(); margin-left: 8px; white-space: nowrap;