@kando-env/kando-ui 1.2.28-alpha.11 → 1.2.28-alpha.12

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
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.28-alpha.11";
3
+ var packageJsonVersion = "1.2.28-alpha.12";
4
4
 
5
5
  if (typeof packageJsonVersion === 'string') {
6
6
  // eslint-disable-next-line no-console
@@ -214,6 +214,7 @@
214
214
  display: flex;
215
215
  flex-wrap: wrap;
216
216
  margin: 12px 0;
217
+ list-style-type: none;
217
218
 
218
219
  .fixed-action {
219
220
  padding: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kando-env/kando-ui",
3
- "version": "1.2.28-alpha.11",
3
+ "version": "1.2.28-alpha.12",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {