waibu-blu 2.4.1 → 2.4.2

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.
@@ -3,7 +3,7 @@
3
3
  <!-- include waibuAdmin.partial:/layout/sidebar.html -->
4
4
  <c:div flex="fill column">
5
5
  <!-- include waibuAdmin.partial:/layout/navbar.html -->
6
- <c:container margin="start-0 top-3 bottom-5" style="max-width: 992px;">
6
+ <c:container margin="start-0 top-3 bottom-5" breakpoint="sm">
7
7
  <!-- include waibuAdmin.partial:/layout/crud/before-list.html -->
8
8
  <!-- body -->
9
9
  <!-- include waibuAdmin.partial:/layout/crud/after-list.html -->
@@ -3,7 +3,7 @@
3
3
  <!-- include waibuAdmin.partial:/layout/sidebar.html -->
4
4
  <c:div flex="fill column">
5
5
  <!-- include waibuAdmin.partial:/layout/navbar.html -->
6
- <c:container margin="start-0 top-3 bottom-5" style="max-width: 1200px;">
6
+ <c:container margin="start-0 top-3 bottom-5" breakpoint="sm">
7
7
  <!-- include waibuAdmin.partial:/layout/crud/before-list.html -->
8
8
  <!-- body -->
9
9
  <!-- include waibuAdmin.partial:/layout/crud/after-list.html -->
@@ -3,7 +3,7 @@
3
3
  <!-- include waibuAdmin.partial:/layout/sidebar.html -->
4
4
  <c:div flex="fill column">
5
5
  <!-- include waibuAdmin.partial:/layout/navbar.html -->
6
- <c:container margin="start-0 top-3 bottom-5" style="max-width: 992px;">
6
+ <c:container margin="start-0 top-3 bottom-5" breakpoint="sm">
7
7
  <!-- body -->
8
8
  </c:container>
9
9
  </c:div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-blu",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Blu theme for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {