diff --git a/src/app/styles/antd.less b/src/app/styles/antd.less index b10f3b3..cf0d0a4 100644 --- a/src/app/styles/antd.less +++ b/src/app/styles/antd.less @@ -21,3 +21,7 @@ .ant-modal-title { font-weight: 700; } + +.ant-table-cell { + word-break: break-word; +} diff --git a/src/widgets/layout/Header/index.tsx b/src/widgets/layout/Header/index.tsx index 5dced64..895efe4 100644 --- a/src/widgets/layout/Header/index.tsx +++ b/src/widgets/layout/Header/index.tsx @@ -19,7 +19,9 @@ export const Header = () => { {/* TODO: [DOP-20026] Need to add logo */}