From 6965f796c0646312e653262a151b89525b4547cf Mon Sep 17 00:00:00 2001 From: Jordon Leach <40806497+jordojordo@users.noreply.github.com> Date: Tue, 13 Sep 2022 07:55:45 -0400 Subject: [PATCH] Fix Principal member name overlap (#6831) --- shell/components/auth/Principal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/components/auth/Principal.vue b/shell/components/auth/Principal.vue index bc8020ffb3..640b1b6313 100644 --- a/shell/components/auth/Principal.vue +++ b/shell/components/auth/Principal.vue @@ -119,7 +119,7 @@ export default { "avatar name" "avatar description"; grid-template-columns: $size auto; - grid-template-rows: math.div($size, 2) math.div($size, 2); + grid-template-rows: auto math.div($size, 2); column-gap: 10px; &.showLabels {