Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DialogFullScreen - size of header element #6740

Closed
1 task done
gusch opened this issue May 22, 2024 · 3 comments · Fixed by #6797
Closed
1 task done

DialogFullScreen - size of header element #6740

gusch opened this issue May 22, 2024 · 3 comments · Fixed by #6797

Comments

@gusch
Copy link
Contributor

gusch commented May 22, 2024

Description

If I use a StepFlow component in the header of a DialogFullScreen and the title used is very small, the progess indicator can't expand to the whole width.
In a standard Dialog, it takes all the space.
I would like the same behaviour.

Reproduction

https://stackblitz.com/edit/parsium-carbon-starter-17vmoj?file=src%2FApp.tsx

Steps to reproduce

No response

JIRA ticket numbers (Sage only)

No response

Suggested solution

No response

Carbon version

133.0.0

Design tokens version

4.34.0

Relevant browsers

Chrome

Relevant OSs

MacOS

Additional context

No response

Confidentiality

  • I confirm there is no confidential or commercially sensitive information included.
@gusch gusch added Bug triage Triage Required labels May 22, 2024
@edleeks87
Copy link
Contributor

edleeks87 commented May 28, 2024

Potential workaround

<Box maxWidth="calc(100vw - 100px)" width="100%">
  <StepFlow
     category="category"
     title="title"
     currentStep={1}
     totalSteps={6}
     showProgressIndicator
  />
</Box>

@edleeks87
Copy link
Contributor

FE-6645

@edleeks87 edleeks87 added On Backlog and removed triage Triage Required labels May 28, 2024
mihai-albu-sage added a commit that referenced this issue Jun 25, 2024
Fixes an issue in the full screen heading allowing components in the title to use the entire width

fixes: #6740
mihai-albu-sage added a commit that referenced this issue Jun 25, 2024
Fixes an issue in the full screen heading allowing components in the title to use the entire width

fixes: #6740
mihai-albu-sage added a commit that referenced this issue Jun 25, 2024
Fixes issue in the full screen heading allowing it to use the entire width through an optional prop

fixes: #6740
mihai-albu-sage added a commit that referenced this issue Jun 25, 2024
Fixes issue in the full screen heading allowing it to use the entire width through an optional prop

fixes: #6740
mihai-albu-sage added a commit that referenced this issue Jun 28, 2024
Fixes issue in the full screen heading allowing it to use the entire width through an optional prop

fixes: #6740
mihai-albu-sage added a commit that referenced this issue Jun 28, 2024
Fixes issue in the full screen heading allowing it to use the entire width through an optional prop

fixes: #6740
carbonci pushed a commit that referenced this issue Jul 19, 2024
### [141.0.3](v141.0.2...v141.0.3) (2024-07-19)

### Bug Fixes

* **dialog-full-screen:** fix flex title layout ([73c41e7](73c41e7)), closes [#6740](#6740)
@carbonci
Copy link
Collaborator

🎉 This issue has been resolved in version 141.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

3 participants