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