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

div class="rounded-start" - why on the right? #36670

Closed
3 tasks done
Demessfor opened this issue Jul 4, 2022 · 3 comments
Closed
3 tasks done

div class="rounded-start" - why on the right? #36670

Demessfor opened this issue Jul 4, 2022 · 3 comments

Comments

@Demessfor
Copy link

Demessfor commented Jul 4, 2022

Prerequisites

Describe the issue

rounded-start

<div class="col-3 d-flex align-items-end justify-content-center bg-primary rounded-start rounded-5">
......
</div>

if set in CSS, and add to styles

.my_class {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    }

<div class="col-3 d-flex align-items-end justify-content-center bg-primary my_class">
......
</div>

is correct.

Reduced test cases

Why is the radius on the right and not on the left d-flex ? what to use always - rounded-end ? it's inconvenient

What operating system(s) are you seeing the problem on?

Linux

What browser(s) are you seeing the problem on?

Chrome, Firefox

What version of Bootstrap are you using?

5.2 b1

@julien-deramond
Copy link
Member

IMO it is the same issue as #36536 that could be fixed by #36540. Could you please confirm @Demessfor?

@Demessfor
Copy link
Author

Demessfor commented Jul 4, 2022

Oh, sorry I didn't notice the discussion thread, yes, the problem for today is in the release
https://github.com/twbs/bootstrap/releases/download/v5.2.0-beta1/bootstrap-5.2.0-beta1-dist.zip

@julien-deramond
Copy link
Member

No problem it is sometimes difficult to find related issues :).
I'm closing this one as duplicate. You can follow the state by subscribing to #36536 and/or #36540.

@julien-deramond julien-deramond closed this as not planned Won't fix, can't repro, duplicate, stale Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants