Skip to content

Commit 55ba2bb

Browse files
committed
Merge branch 'master' into new
2 parents 7c26bdb + aa57940 commit 55ba2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/components/subnavbar/subnavbar-md.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.md {
22
.subnavbar {
33
height: var(--f7-subnavbar-height);
4-
.ltr ({
4+
.ltr({
55
.right {
66
margin-left: auto;
77
}
88
.right:first-child {
99
right: 16px;
1010
}
1111
});;
12-
.rtl ({
12+
.rtl({
1313
.right {
1414
margin-right: auto;
1515
}

0 commit comments

Comments
 (0)