diff --git a/client/src/components/ActionsFlow.tsx b/client/src/components/ActionsFlow.tsx index 9de99cb..407d79d 100644 --- a/client/src/components/ActionsFlow.tsx +++ b/client/src/components/ActionsFlow.tsx @@ -35,7 +35,6 @@ const initialRoots: Node[] = [ position: { x: 0, y: 0 }, sourcePosition: Position.Right, targetPosition: Position.Right, - width: 300, height: 60, className: 'flow-action flow-action--start', draggable: false, diff --git a/client/src/components/layout/Title.tsx b/client/src/components/layout/Title.tsx index 64d258e..b4515b1 100644 --- a/client/src/components/layout/Title.tsx +++ b/client/src/components/layout/Title.tsx @@ -59,7 +59,6 @@ export const ThemedTitleV2: FC = ({ fontSize="15px" textOverflow="ellipsis" overflow="hidden" - sx={{ textTransform: 'uppercase' }} > {logoText} diff --git a/client/src/styles.css b/client/src/styles.css index 8fef4dd..7f8182e 100644 --- a/client/src/styles.css +++ b/client/src/styles.css @@ -41,6 +41,7 @@ div.flow-directory__action--active { justify-content: space-between; display: flex; align-items: center; + width: auto; } div.flow-directory {