Skip to content

Commit 67f0676

Browse files
committed
minor fix for the menu dropdowns
1 parent 0a0b293 commit 67f0676

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bootstrap/css/default/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,8 +1489,8 @@ body.rtl .sharing li {
14891489
display: inline-block;
14901490
font-family: FontAwesome;
14911491
position: absolute;
1492-
right: 10px;
1493-
top: 10px;
1492+
right: 0;
1493+
top: 0;
14941494
}
14951495

14961496
.prev_link {

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,8 +1464,8 @@ body.rtl .sharing li {
14641464
display: inline-block;
14651465
font-family: FontAwesome;
14661466
position: absolute;
1467-
right: 10px;
1468-
top: 10px;
1467+
right: 0px;
1468+
top: 0px;
14691469
}
14701470

14711471
.prev_link {

0 commit comments

Comments
 (0)