@@ -904,6 +904,14 @@
.page-anchor-hover:hover {
color: #00a1ff;
}
+.page-anchor {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ max-width: 450px;
+ display: inline-block;
+ min-width: 100px;
+}
.checkImg {
width: 40px;
position: relative;