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

feat(container): bullet added on pnr lvl 2 #12108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oalkabouss
Copy link
Contributor

@oalkabouss oalkabouss commented Jun 24, 2024

ref: MANAGER-14442

Question Answer
Branch? master
Bug fix? no
New feature? yes
Breaking change? no
Tickets Fix #MANAGER-14442
License BSD 3-Clause
  • Try to keep pull requests small so they can be easily reviewed.
  • Commits are signed-off
  • Only FR translations have been updated
  • Branch is up-to-date with target branch
  • Lint has passed locally
  • Standalone app was ran and tested locally
  • Ticket reference is mentioned in linked commits (internal only)
  • Breaking change is mentioned in relevant commits

Description

PNR v2: bullet added on lvl 2 to indicate an existing product.

Related

ref: MANAGER-14442

Signed-off-by: Omar ALKABOUSS MOUSSANA <omar.alkabouss-moussana.ext@corp.ovh.com>
@@ -303,5 +303,6 @@
.sidebarLinkTag {
width: 0.8rem;
margin-right: .25rem;
float: right;
Copy link
Contributor

Choose a reason for hiding this comment

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

Not other solution than using a float here ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, there are other solutions, like flex for example, but when I apply the flex display the tags appear oddly so I don't like to touch the case of other components to just align the dot icon right

Copy link
Contributor

Choose a reason for hiding this comment

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

The issue with float is not to add css, but to use a float that not works correctly on this context. It's not vertically aligned with the text. You can try to wrap the icon like in sidebarLink to align vertically and use a justify content space between on the link the keep the dot on the right.

ref: MANAGER-14442
Signed-off-by: Omar ALKABOUSS MOUSSANA <omar.alkabouss-moussana.ext@corp.ovh.com>
Copy link

sonarcloud bot commented Jun 24, 2024

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

Successfully merging this pull request may close these issues.

None yet

3 participants