gd-bs 6.7.8 → 6.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -215,6 +215,8 @@ var _Tooltip = /** @class */ (function (_super) {
215
215
  else {
216
216
  this._elContent = this.props.content;
217
217
  }
218
+ // Set the padding
219
+ this._elContent.classList.add("p-2");
218
220
  // Set the on create event
219
221
  /*
220
222
  options["onCreate"] = (tippyObj) => {