Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4940 from TomMalbran/tom/issues-4602-4870
Browse files Browse the repository at this point in the history
Updated the flex property for the latest chrome version to fix #4602 and #4870
  • Loading branch information
JeffryBooher committed Sep 6, 2013
2 parents cb7ea89 + ba977b7 commit 483637e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -740,16 +740,16 @@ a, img {
text-overflow: ellipsis;
}
.fixed-col {
.flex-item(0);
.flex-item(0, 0);
}
.pagination-col {
.flex-item(1);
.flex-item(1, 0);
min-width: 100px;
}
.replace-col {
.flex-item(1);
.flex-item(1, 0);
min-width: 120px;
padding-left: 20px;
padding: 0 15px;
}
.first-page,
.prev-page,
Expand Down

0 comments on commit 483637e

Please sign in to comment.