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

Regarding Border - start and end, not working! #40629

Closed
3 tasks done
RohanPawar1TR opened this issue Jul 12, 2024 · 1 comment
Closed
3 tasks done

Regarding Border - start and end, not working! #40629

RohanPawar1TR opened this issue Jul 12, 2024 · 1 comment

Comments

@RohanPawar1TR
Copy link

RohanPawar1TR commented Jul 12, 2024

Prerequisites

Describe the issue

image

the docs of bootstrap v5 needs to get updated regarding border as the classed mentioned for border-start and border-end doesn't get applied, instead border-left and border-right works

Reduced test cases

fix is:

<span class="border-right"></span> 

<span class="border-left"></span>

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

Windows

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

Chrome

What version of Bootstrap are you using?

v5

@julien-deramond
Copy link
Member

Thanks for reporting an issue @RohanPawar1TR
However, border are well applied, even in your screenshot. They are light gray, but they are displayed.
Zoomed screenshot from https://getbootstrap.com/docs/5.3/utilities/borders/:
Screenshot 2024-07-12 at 11 32 17

.border-left and .border-right don't exist anymore in Bootstrap v5 (they were there in v4); see https://getbootstrap.com/docs/5.3/migration/#utilities-3

@julien-deramond julien-deramond closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2024
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

No branches or pull requests

2 participants