Skip to content

Commit 5af3f6d

Browse files
authored
Fix navigation style: Always left align labels (#7648)
2 parents 073d49e + 88e60f5 commit 5af3f6d

File tree

7 files changed

+10
-0
lines changed

7 files changed

+10
-0
lines changed

packages/components/src/components/nav/style.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,14 @@
3131
.entry-item {
3232
flex-grow: 1;
3333
}
34+
35+
.entry {
36+
.kol-span-wc {
37+
place-items: start;
38+
}
39+
40+
.button {
41+
text-align: left;
42+
}
43+
}
3444
}
-1.17 KB
Loading
-779 Bytes
Loading
-802 Bytes
Loading
-962 Bytes
Loading
-1.17 KB
Loading
-779 Bytes
Loading

0 commit comments

Comments
 (0)