템플릿명 넘어가는 오류 수정

This commit is contained in:
subsub 2025-07-11 18:28:36 +09:00
parent 6b38e070bc
commit 6c42092e44

View File

@ -1063,6 +1063,7 @@
.template_choice_popup .kakao_template_list .kakao_template_info dl{display: flex; padding: 6px 0;} .template_choice_popup .kakao_template_list .kakao_template_info dl{display: flex; padding: 6px 0;}
.template_choice_popup .kakao_template_list .kakao_template_info dt{position: relative; width: 76px; margin: 0 13px 0 0;} .template_choice_popup .kakao_template_list .kakao_template_info dt{position: relative; width: 76px; margin: 0 13px 0 0;}
.template_choice_popup .kakao_template_list .kakao_template_info dt::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #d5d5d5; right: 0; top: 2px;} .template_choice_popup .kakao_template_list .kakao_template_info dt::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #d5d5d5; right: 0; top: 2px;}
.template_choice_popup .kakao_template_list .kakao_template_info dd{width:calc(100% - 76px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.template_choice_popup .kakao_template_list .kakao_template_info dd span{color: #002c9a; font-weight: bold;} .template_choice_popup .kakao_template_list .kakao_template_info dd span{color: #002c9a; font-weight: bold;}
.template_choice_popup .kakao_template_list .cf_text{width: calc(100% - 31px); margin: 10px 0 30px 0; font-size: 14px; color: #666; text-align: right;} .template_choice_popup .kakao_template_list .cf_text{width: calc(100% - 31px); margin: 10px 0 30px 0; font-size: 14px; color: #666; text-align: right;}