Commit 950dccb1 authored by Kushal Pandya's avatar Kushal Pandya

Fix issue ID wrapping and avatar counter shrinking

parent 9db385ed
...@@ -113,6 +113,7 @@ $item-weight-max-width: 48px; ...@@ -113,6 +113,7 @@ $item-weight-max-width: 48px;
order: 1; order: 1;
margin-top: $gl-padding-4; margin-top: $gl-padding-4;
font-size: $gl-font-size-xs; font-size: $gl-font-size-xs;
white-space: nowrap;
.path-id-text { .path-id-text {
font-weight: $gl-font-weight-bold; font-weight: $gl-font-weight-bold;
...@@ -338,6 +339,7 @@ $item-weight-max-width: 48px; ...@@ -338,6 +339,7 @@ $item-weight-max-width: 48px;
.avatar-counter { .avatar-counter {
height: $gl-padding-24; height: $gl-padding-24;
min-width: $gl-padding-24;
line-height: $gl-padding-24; line-height: $gl-padding-24;
border-radius: $gl-padding-24; border-radius: $gl-padding-24;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment