diff --git a/static/styles/popovers.scss b/static/styles/popovers.scss index b4e26cfe29..9a924f084a 100644 --- a/static/styles/popovers.scss +++ b/static/styles/popovers.scss @@ -119,11 +119,14 @@ ul { } .group-info-popover { - .group-info, .manage-group a { text-align: center; } + .group-info { + text-align: center; + } + .group-info .group-name { font-weight: bold; }