Belikhun/themis-web-interface

Về output format của logs

Closed this issue · 1 comments

🙋‍♀️ hỏi đáp


❓ Câu Hỏi

Làm sao để mình in được số 100 của logs trên 1 dòng đây ạ :Đ

Thông tin thêm

ti

Bạn chỉnh ở /static/css/core.css:2334 nha.

.viewLog-container .testList .item .line .left .testid::before {
    content: "#"counter(testItem);
    position: relative;
    display: inline-block;
    font-size: 11px;
-   width: 25px;
+   min-width: 25px;
}