Skip to content

Commit

Permalink
fix about page header alignment in FF51+
Browse files Browse the repository at this point in the history
  • Loading branch information
Quicksaver committed Sep 28, 2016
1 parent 8bf887e commit 829bd03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chrome/skin/common/utils/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ page[currentcategory="paneAbout"] #header-about {
margin: 0 26px 30px;
}

.header > vbox {
flex: 1 1 auto;
display: flex;
flex-direction: column;
}

#version label {
-moz-margin-start: 3px;
-moz-margin-end: 0;
Expand Down

0 comments on commit 829bd03

Please sign in to comment.