Also fixing long text issue in account settings modal sidebar

This commit is contained in:
Asaad Mahmood
2016-02-23 23:39:10 +05:00
parent 66a92b1508
commit c907edde1b

View File

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