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

fix(react): add minimum width to brand element in header component #199

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

pavinduLakshan
Copy link
Contributor

Purpose

$subject

Related Issues

  • N/A

Related PRs

  • N/A

Checklist

  • UX/UI review done on the final implementation.
  • Story provided. (Add screenshots)
  • Manual test round performed and verified.
  • Unit tests provided. (Add links if there are any)
  • Documentation provided. (Add links if there are any)

Security checks

@pavinduLakshan pavinduLakshan merged commit adb2102 into wso2:main Dec 14, 2023
6 checks passed
@@ -34,6 +34,7 @@
width: calc(var(--oxygen-customComponents-Navbar-properties-width) - 77px);
text-decoration: none;
color: inherit;
min-width: 230px;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be var(--oxygen-customComponents-Navbar-properties-width) ?

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

Successfully merging this pull request may close these issues.

3 participants