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

Commit 483637e

Browse files
committed
Merge pull request #4940 from TomMalbran/tom/issues-4602-4870
Updated the flex property for the latest chrome version to fix #4602 and #4870
2 parents cb7ea89 + ba977b7 commit 483637e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/styles/brackets.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -740,16 +740,16 @@ a, img {
740740
text-overflow: ellipsis;
741741
}
742742
.fixed-col {
743-
.flex-item(0);
743+
.flex-item(0, 0);
744744
}
745745
.pagination-col {
746-
.flex-item(1);
746+
.flex-item(1, 0);
747747
min-width: 100px;
748748
}
749749
.replace-col {
750-
.flex-item(1);
750+
.flex-item(1, 0);
751751
min-width: 120px;
752-
padding-left: 20px;
752+
padding: 0 15px;
753753
}
754754
.first-page,
755755
.prev-page,

0 commit comments

Comments
 (0)