Skip to content

Commit

Permalink
Jet Profiler
Browse files Browse the repository at this point in the history
------------
*  Another UI/UX improvement: Potential problematic blocks are now highlighted
  • Loading branch information
mirekmarek committed Jun 6, 2024
1 parent d4625f9 commit 9a7c275
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _profiler/views/result/css.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
}

.basic-info {
display: flex;
display: grid;
grid-template-columns: 1fr 200px;
align-items: center;
gap: 10px;
margin: 10px;
Expand All @@ -45,7 +46,7 @@

.basic-info-table {
display: grid;
grid-template-columns: 150px 300px;
grid-template-columns: 150px 1fr;
gap: 15px;
align-items: center;
}
Expand Down

0 comments on commit 9a7c275

Please sign in to comment.