fix. GR_DETAIL_01 네비게이션 텍스트 넘치는 이슈 수정
This commit is contained in:
@@ -128,7 +128,7 @@ const handleSplideMove = (_splide: SplideType, newIndex: number) => {
|
||||
background-color: var(--pagination-disabled);
|
||||
}
|
||||
.item-title {
|
||||
@apply hidden absolute -bottom-[46px] left-1/2 -translate-x-1/2 whitespace-nowrap text-sm font-medium transition-[color] duration-300 ease-in-out md:block;
|
||||
@apply hidden absolute -bottom-[46px] left-1/2 max-w-[184px] line-clamp-1 text-ellipsis whitespace-nowrap text-sm font-medium -translate-x-1/2 transition-[color] duration-300 ease-in-out md:block;
|
||||
color: var(--pagination-disabled);
|
||||
}
|
||||
.progress-bar {
|
||||
|
||||
Reference in New Issue
Block a user