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
@@ -6769,6 +6769,11 @@ nav > .pagination {
font-weight: bold;
}
.fixOverflow {
text-overflow: ellipsis;
overflow: hidden;
}
.tbl {
border-collapse: collapse;
width: 100%;