Skip to content

Commit

Permalink
add css text-box-trim to Chrome (#7101)
Browse files Browse the repository at this point in the history
* add css-text-box-trim support in chrome

* style fix format

* style: fix format

* style: fix auto format
  • Loading branch information
Th3S4mur41 committed Jun 27, 2024
1 parent 51a91bc commit a184612
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions features-json/css-text-box-trim.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@
"125":"n",
"126":"n",
"127":"n",
"128":"n",
"129":"n"
"128":"n d #2",
"129":"n d #2"
},
"safari":{
"3.1":"n",
Expand Down Expand Up @@ -620,7 +620,8 @@
},
"notes":"",
"notes_by_num":{
"1":"Available behind a [Safari feature flag](https://developer.apple.com/documentation/safari-developer-tools/feature-flag-settings)."
"1":"Available behind a [Safari feature flag](https://developer.apple.com/documentation/safari-developer-tools/feature-flag-settings).",
"2":"Can be enabled via the `#text-box-trim` flag in `chrome://flags`"
},
"usage_perc_y":0,
"usage_perc_a":0,
Expand Down

0 comments on commit a184612

Please sign in to comment.