@nebula.js/sn-action-button 1.12.0 → 1.12.1

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.
@@ -1,6 +1,6 @@
1
1
  /*
2
- * @nebula.js/sn-action-button v1.12.0
3
- * Copyright (c) 2021 QlikTech International AB
2
+ * @nebula.js/sn-action-button v1.12.1
3
+ * Copyright (c) 2022 QlikTech International AB
4
4
  * Released under the MIT license.
5
5
  */
6
6
 
@@ -3772,7 +3772,7 @@ var styleFormatter = {
3772
3772
  disabled = _ref2.disabled,
3773
3773
  theme = _ref2.theme,
3774
3774
  element = _ref2.element;
3775
- var styles = 'width: 100%;height: 100%;transition: transform .1s ease-in-out;position: absolute;';
3775
+ var styles = 'width: 100%;height: 100%;transition: transform .1s ease-in-out;position: absolute;bottom: 0;left: 0; top: 0;right: 0;margin: auto;';
3776
3776
  var font = style.font,
3777
3777
  background = style.background,
3778
3778
  border = style.border;