v1.4.8k Fixed overflow hidden. forgot password and signup now works on pc

This commit is contained in:
2020-11-24 13:14:25 +01:00
parent dc314bb2bc
commit c74f48dde5
14 changed files with 42 additions and 33 deletions
+5
View File
@@ -39,3 +39,8 @@ nav > .pagination {
.pagination > .page-item.active {
font-weight: bold;
}
.fixOverflow{
text-overflow: ellipsis;
overflow: hidden;
}