Skip to content

Commit

Permalink
Update CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopetkov committed Dec 11, 2023
1 parent d24a2a3 commit d6c37cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"cssTypes" => ["cssPadding", "cssMargin", "cssBorder", "cssRadius", "cssShadow", "cssBackground", "cssSize", "cssTextAlign"],
"cssOptions" => array_diff(isset($details['cssOptions']) ? $details['cssOptions'] : [], ["*/focusState"]),
"cssOutput" => [
["rule", $parentSelector . " .bearcms-share-button-element", "box-sizing:border-box;"],
["rule", $parentSelector . " .bearcms-share-button-element", "box-sizing:border-box;display:flex;"],
["selector", $parentSelector . " .bearcms-share-button-element"]
]
]);
Expand Down

0 comments on commit d6c37cc

Please sign in to comment.