거래처관리-품목등록 화면 컴포넌트 제작
This commit is contained in:
@@ -76,8 +76,8 @@ export const TextDisplayComponent: React.FC<TextDisplayComponentProps> = ({
|
||||
: componentConfig.textAlign === "right"
|
||||
? "flex-end"
|
||||
: "flex-start",
|
||||
wordBreak: "break-word",
|
||||
overflow: "hidden",
|
||||
whiteSpace: "nowrap", // ← 한 줄로 유지 // ← 넘치는 부분 숨김
|
||||
textOverflow: "ellipsis", // ← 넘치면 ... 표시 (선택사항)
|
||||
transition: "all 0.2s ease-in-out",
|
||||
boxShadow: "none",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user