File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed
Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 179179 "style-loader" : " ^4.0.0" ,
180180 "stylelint" : " ^16.23.0" ,
181181 "stylelint-config-idiomatic-order" : " ^10.0.0" ,
182- "stylelint-config-standard" : " ^38 .0.0" ,
182+ "stylelint-config-standard" : " ^39 .0.0" ,
183183 "typescript" : " ^5.8.3" ,
184184 "webpack" : " ^5.101.3" ,
185185 "webpack-cli" : " ^6.0.1" ,
Original file line number Diff line number Diff line change 1717.compareHomeForm {
1818 display : grid;
1919 align-items : center;
20- grid- gap: 1em ;
20+ gap : 1em ;
2121 grid-template-columns : auto 1fr ;
2222}
2323
Original file line number Diff line number Diff line change 6464.appKeyboardShortcutsContent {
6565 display : grid;
6666 margin : 40px ;
67- grid- gap: 80px ;
67+ gap : 80px ;
6868 grid-template-columns : 1fr 1fr ;
6969}
7070
Original file line number Diff line number Diff line change 1818
1919.flameGraphCanvasTooltip > .tooltipHeader {
2020 display : grid;
21- grid- gap: 2px 0 ;
21+ gap : 2px 0 ;
2222 grid-template-columns : min-content auto;
2323}
2424
Original file line number Diff line number Diff line change 128128.cm-content {
129129 font-family : ui-monospace, 'Roboto Mono' , monospace;
130130 hyphens : none;
131+ overflow-wrap : normal;
131132 word-break : normal;
132133 word-spacing : normal;
133- word-wrap : normal;
134134}
135135
136136/**
Original file line number Diff line number Diff line change 2121 display : grid;
2222 align-content : start; /* the grid isn't vertically stretched */
2323 align-items : center;
24- grid- gap: 2px 5px ;
24+ gap : 2px 5px ;
2525 grid-template-columns :
2626 /* Label */
2727 1fr
5151
5252.sidebar-title-label {
5353 display : grid;
54- grid- gap: 5px ;
54+ gap : 5px ;
5555 grid-template-columns : min-content 1fr ;
5656}
5757
Original file line number Diff line number Diff line change 77 align-items : center;
88 padding-bottom : 10px ;
99 border-top : 1px solid var (--grey-40 );
10- grid- gap: 4px ;
10+ gap : 4px ;
1111 grid-template-columns : repeat (4 , min-content);
1212}
1313
Original file line number Diff line number Diff line change 1111 padding-top : 4px ;
1212 border-top : 1px solid var (--grey-40 );
1313 margin-top : 4px ;
14- grid- gap: 2px 5px ;
14+ gap : 2px 5px ;
1515
1616 /* When changing the number of columns, don't forget to change the span values
1717 * in grid-column-start properties. */
Original file line number Diff line number Diff line change 6666
6767.tooltipDetails {
6868 display : grid;
69- grid- gap: 2px 5px ;
69+ gap : 2px 5px ;
7070
7171 /* Make the right column "definitely" sized (ignore its intrinsic size) by setting a min-width of 0.
7272 * This stops long contents from overflowing the tooltip. */
129129.sidebar .tooltipDetails {
130130 /* Force the details to the max-width, even if they have long pieces of text. */
131131 overflow : hidden;
132- grid- gap: 2px 0 ;
132+ gap : 2px 0 ;
133133
134134 /* Don't let the width overflow for long pieces of text */
135135 grid-template-columns : minmax (0 , 1fr );
Original file line number Diff line number Diff line change @@ -11518,17 +11518,17 @@ stylelint-config-idiomatic-order@^10.0.0:
1151811518 dependencies:
1151911519 stylelint-order "^6.0.2"
1152011520
11521- stylelint-config-recommended@^16 .0.0:
11522- version "16 .0.0"
11523- resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-16 .0.0.tgz#0221f19902816fe7d53d9a01eb0be4cc7b4fe80a "
11524- integrity sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA ==
11521+ stylelint-config-recommended@^17 .0.0:
11522+ version "17 .0.0"
11523+ resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-17 .0.0.tgz#4f77c70609b2d7093cc60bb48adfabdde434aa5d "
11524+ integrity sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA ==
1152511525
11526- stylelint-config-standard@^38 .0.0:
11527- version "38 .0.0"
11528- resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-38 .0.0.tgz#9d673ec1f35d7569476ee4b0582e7dd5faebf036 "
11529- integrity sha512-uj3JIX+dpFseqd/DJx8Gy3PcRAJhlEZ2IrlFOc4LUxBX/PNMEQ198x7LCOE2Q5oT9Vw8nyc4CIL78xSqPr6iag ==
11526+ stylelint-config-standard@^39 .0.0:
11527+ version "39 .0.0"
11528+ resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-39 .0.0.tgz#9635554a9c42e7e89dadc024afac372d18e3e776 "
11529+ integrity sha512-JabShWORb8Bmc1A47ZyJstran60P3yUdI1zWMpGYPeFiC6xzHXJMkpKAd8EjIhq3HPUplIWWMDJ/xu0AiPd+kA ==
1153011530 dependencies:
11531- stylelint-config-recommended "^16 .0.0"
11531+ stylelint-config-recommended "^17 .0.0"
1153211532
1153311533stylelint-order@^6.0.2:
1153411534 version "6.0.4"
You can’t perform that action at this time.
0 commit comments