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 */}
- +
+ +
diff --git a/src/widgets/layout/Header/styles.module.less b/src/widgets/layout/Header/styles.module.less index 636b4ca..be91784 100644 --- a/src/widgets/layout/Header/styles.module.less +++ b/src/widgets/layout/Header/styles.module.less @@ -6,11 +6,14 @@ .main { display: flex; align-items: center; - width: 500px; .logo { min-width: 200px; } + + .select { + width: 300px; + } } .user {