Skip to content

Commit

Permalink
Add height and width to the svg tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Camwyn committed Oct 10, 2024
1 parent f291d38 commit 30296e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tribe/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,9 @@ public function do_field() {
[
'fill' => [],
'g' => [],
'height' => [],
'viewbox' => [],
'width' => [],
'xmlns' => [],
]
);
Expand Down

0 comments on commit 30296e3

Please sign in to comment.