twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Home Page:https://getbootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Padding left and right utilities not working as expected

manojdeevi opened this issue · comments

Prerequisites

Describe the issue

Padding left and right utilities not working
ex: pl-1,pr-2

Reduced test cases

padding left and right shoule be available
I have tested px , py , pb , pt are working fine

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.3.0

Thanks for reporting this issue @manojdeevi
However, this was done on purpose in Bootstrap 5 (see https://getbootstrap.com/docs/5.3/migration/#rtl).
You can use ps-* or pe-* as mentioned in https://getbootstrap.com/docs/5.3/utilities/spacing/#notation.