Skip to content

Commit

Permalink
fix(): 火狐浏览器采集套件前端显示异常
Browse files Browse the repository at this point in the history
Closes MONITOR-7042
  • Loading branch information
annzhang committed Oct 13, 2023
1 parent 424d3d3 commit be8f5aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

.ant-collapse-header {
display: grid;
grid-template-columns: auto auto;
grid-template-columns: 1fr auto;
justify-content: space-between;
align-items: center;
padding: 20px;
Expand Down

0 comments on commit be8f5aa

Please sign in to comment.