sbd-npm 1.1.74 → 1.1.75
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.
- package/.npmignore +1 -0
- package/package.json +1 -1
- package/util.js +1 -1
package/.npmignore
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
sbd-npm.md
|
package/package.json
CHANGED
package/util.js
CHANGED
@@ -726,7 +726,7 @@ const Util = {
|
|
726
726
|
} else {
|
727
727
|
tz_obj.html(_html.join(""));
|
728
728
|
}
|
729
|
-
if (Util.is_mobile() && !tz_obj.hasClass("table-responsive")) {
|
729
|
+
if ((Util.is_mobile() || Util.is_small_screen()) && !tz_obj.hasClass("table-responsive")) {
|
730
730
|
let tz_obj_parent = tz_obj.parent();
|
731
731
|
if (!tz_obj_parent.hasClass("table-responsive")) {
|
732
732
|
if (tz_obj_parent.hasClass("row")) {
|