Also fixing long text issue in account settings modal sidebar

Этот коммит содержится в:
Asaad Mahmood
2016-02-23 23:39:10 +05:00
родитель 66a92b1508
Коммит c907edde1b

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

@@ -354,6 +354,9 @@
border-radius: 0;
font-weight: 400;
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}