Browse Source

fix(ui): pill descenders should not be clipped (#8868)

Chris Jennings 6 years ago
parent
commit
695a2b72f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/static/sentry/less/shared-components.less

+ 1 - 1
src/sentry/static/sentry/less/shared-components.less

@@ -1608,7 +1608,6 @@ ul.faces {
       max-width: 100%;
       .truncate;
       display: inline-block;
-      line-height: 1;
       vertical-align: text-bottom;
     }
 
@@ -1618,6 +1617,7 @@ ul.faces {
       display: inline;
       margin: 0 0 0 8px;
       color: @gray-light;
+      line-height: 1.2;
 
       &:hover {
         color: @gray;