sapp-common-package-test-final 1.5.5 → 1.5.6
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/dist/index.css +3 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -74,7 +74,8 @@
|
|
74
74
|
display: flex;
|
75
75
|
width: 100%;
|
76
76
|
-moz-column-gap: 24px;
|
77
|
-
column-gap: 24px
|
77
|
+
column-gap: 24px;
|
78
|
+
overflow: auto
|
78
79
|
}
|
79
80
|
|
80
81
|
._18t93 * {
|
@@ -692,7 +693,7 @@ button._1GA3p:hover {
|
|
692
693
|
@tailwind utilities;
|
693
694
|
|
694
695
|
._2OOkM {
|
695
|
-
@apply w-full flex gap-x-6;
|
696
|
+
@apply w-full flex gap-x-6 overflow-auto;
|
696
697
|
}
|
697
698
|
|
698
699
|
._2OOkM * {
|