페이징 구조 수정

This commit is contained in:
focp212@naver.com
2025-10-26 11:28:06 +09:00
parent 35edb19062
commit f4b8ee29d8
10 changed files with 118 additions and 27 deletions

View File

@@ -385,4 +385,10 @@ main.home-main{
font-weight: unset !important;
width: unset !important;
text-align: unset !important;
}
.transaction-content > .transaction-title{
text-overflow: ellipsis;
overflow-x: hidden;
width: 100%;
}