diff --git a/internal_packages/github-contact-card/stylesheets/sidebar-github-profile.less b/internal_packages/github-contact-card/stylesheets/sidebar-github-profile.less index 0ad9373fb..f98905251 100644 --- a/internal_packages/github-contact-card/stylesheets/sidebar-github-profile.less +++ b/internal_packages/github-contact-card/stylesheets/sidebar-github-profile.less @@ -23,12 +23,16 @@ border-left:1px solid @border-color-divider; margin-left: @spacing-standard/2; font-size: @font-size-smaller; + display: flex; + a { - overflow:hidden; - text-overflow:ellipsis; + overflow: hidden; + text-overflow: ellipsis; + flex: 1; + white-space: nowrap; } .stars { - float:right; + order: 2; margin-left:@spacing-standard; } }