PLT-7101 - Reducing LHS header font size (#6922)

Этот коммит содержится в:
Asaad Mahmood
2017-07-12 21:40:10 +05:00
коммит произвёл Saturnino Abril
родитель 28702d32e1
Коммит 62f925b059

Просмотреть файл

@@ -318,7 +318,7 @@
@include legacy-pie-clearfix; @include legacy-pie-clearfix;
@include display-flex(); @include display-flex();
@include flex-direction(row-reverse); @include flex-direction(row-reverse);
padding: 16px 47px 12px 12px; padding: 16px 40px 12px 12px;
position: relative; position: relative;
&:before { &:before {
@@ -433,9 +433,9 @@
.team__name, .team__name,
.user__name { .user__name {
display: block; display: block;
font-size: 16px; font-size: 14px;
font-weight: 600; font-weight: 600;
max-width: 85%; max-width: 100%;
overflow: hidden; overflow: hidden;
text-decoration: none; text-decoration: none;
text-overflow: ellipsis; text-overflow: ellipsis;