Skip to content

Commit eeb6bb3

Browse files
authored
Fixed issue with JSON sample
1 parent 7728e54 commit eeb6bb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,11 @@ You can use column formatting to render quick action links next to fields. The f
340340
},
341341
{
342342
"elmType": "a",
343+
"style": {
344+
"text-decoration": "none"
345+
},
343346
"attributes": {
344347
"iconName": "Mail",
345-
"style": {
346-
"text-decoration": "none"
347-
},
348348
"class": "sp-field-quickActions",
349349
"href": {
350350
"operator": "+",

0 commit comments

Comments
 (0)