removing from saved

This commit is contained in:
Sriram Hariharan
2018-07-13 16:35:52 -05:00
parent ffd84bbb69
commit 05c9aa9005
6 changed files with 74 additions and 28 deletions

View File

@@ -42,6 +42,12 @@
overflow: hidden;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.matbut:after {
content: '';
position: absolute;