Remove global text-align declarations
These interfere with directions set in `dir` attributes, e.g. `dir='auto'`. The corresponding text-align was removed in Bootstrap 5. Fixes #3432.
This commit is contained in:
parent
1ce5d7dec1
commit
3c7b7cef70
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ small, aside {
|
|||
margin-right: $lineheight * 0.25;
|
||||
}
|
||||
|
||||
[dir=rtl] { /* no-r2 */ text-align: right; }
|
||||
|
||||
[dir=ltr] { /* no-r2 */ text-align: left; }
|
||||
|
||||
/* Rules for icons */
|
||||
|
||||
.icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue