/**
 * 포인트 기록 모달 스타일
 *
 * 이 파일은 widgets/dialog/point-history.php 에서 로드됩니다.
 */

/* 포인트 기록 테이블 열 너비 */
#pointHistoryModal .point-history-col-date {
    width: 110px;
}

#pointHistoryModal .point-history-col-change,
#pointHistoryModal .point-history-col-balance {
    width: 100px;
}

#pointHistoryModal .point-history-col-reason {
    max-width: 150px;
}
