Skip to content

Commit

Permalink
Add textAlign styling option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopetkov committed May 16, 2021
1 parent b55dc7e commit cf25f34
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 @@ -49,7 +49,7 @@

$groupContainer = $group->addGroup(__("bearcms/share-button-element-addon/Container"));
$groupContainer->addOption($idPrefix . "ShareButtonContainerCSS", "css", '', [
"cssTypes" => ["cssPadding", "cssMargin", "cssBorder", "cssRadius", "cssShadow", "cssBackground", "cssSize"],
"cssTypes" => ["cssPadding", "cssMargin", "cssBorder", "cssRadius", "cssShadow", "cssBackground", "cssSize", "cssTextAlign"],
"cssOutput" => [
["rule", $parentSelector . " .bearcms-share-button-element", "box-sizing:border-box;"],
["selector", $parentSelector . " .bearcms-share-button-element"]
Expand Down

0 comments on commit cf25f34

Please sign in to comment.