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

Commit ba977b7

Browse files
committed
Updated the flex property for the latest chrome version
1 parent 195278c commit ba977b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/styles/brackets.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -743,16 +743,16 @@ a, img {
743743
text-overflow: ellipsis;
744744
}
745745
.fixed-col {
746-
.flex-item(0);
746+
.flex-item(0, 0);
747747
}
748748
.pagination-col {
749-
.flex-item(1);
749+
.flex-item(1, 0);
750750
min-width: 100px;
751751
}
752752
.replace-col {
753-
.flex-item(1);
753+
.flex-item(1, 0);
754754
min-width: 120px;
755-
padding-left: 20px;
755+
padding: 0 15px;
756756
}
757757
.first-page,
758758
.prev-page,

0 commit comments

Comments
 (0)