Skip to content

Commit

Permalink
fix(nav-bar): The right part of button "previous" in the navigation b…
Browse files Browse the repository at this point in the history
…ar fall down

- fixes #562
  • Loading branch information
LouisBarranqueiro committed Sep 22, 2019
1 parent 755c17d commit af50064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_css/components/_post-actions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
li.post-action {
float: left;
// Fix a bug on Firefox. the right part of button `previous` fall down without this `min-width`
min-width: 42px;
min-width: 45px;

&:last-child {
.post-action-btn {
Expand Down Expand Up @@ -87,4 +87,4 @@
.post-actions-wrap {
display: none;
}
}
}

0 comments on commit af50064

Please sign in to comment.