Skip to content

Commit 9a7c275

Browse files
committed
Jet Profiler
------------ * Another UI/UX improvement: Potential problematic blocks are now highlighted
1 parent d4625f9 commit 9a7c275

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_profiler/views/result/css.phtml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
}
3434

3535
.basic-info {
36-
display: flex;
36+
display: grid;
37+
grid-template-columns: 1fr 200px;
3738
align-items: center;
3839
gap: 10px;
3940
margin: 10px;
@@ -45,7 +46,7 @@
4546

4647
.basic-info-table {
4748
display: grid;
48-
grid-template-columns: 150px 300px;
49+
grid-template-columns: 150px 1fr;
4950
gap: 15px;
5051
align-items: center;
5152
}

0 commit comments

Comments
 (0)