mirror of
https://github.com/picocss/pico
synced 2025-09-04 16:36:20 +00:00
fix(feedback): made paddings adhere to RTL standards
This commit is contained in:
parent
8416db171f
commit
8f7e83db34
@ -55,13 +55,13 @@ nav {
|
||||
&[aria-label="breadcrumb"] {
|
||||
align-items: center;
|
||||
justify-content: left;
|
||||
|
||||
|
||||
& ul li {
|
||||
padding-left:0;
|
||||
|
||||
padding-inline-start: 0;
|
||||
|
||||
&:not(:last-child) {
|
||||
a::after {
|
||||
padding-left: 0.5rem;
|
||||
padding-inline-start: 0.5rem;
|
||||
content: "/";
|
||||
color: var(--muted-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user