lakelib 0.1.18 → 0.1.20

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/lake.css CHANGED
@@ -126,13 +126,13 @@ lake-box {
126
126
  margin: 0;
127
127
  padding: 0;
128
128
  text-indent: 0;
129
- grid-template-columns: 1px 1fr 1px;
130
129
  }
131
130
  lake-box[type="inline"] {
132
- display: inline grid;
131
+ display: inline flex;
133
132
  }
134
133
  lake-box[type="block"] {
135
134
  display: block grid;
135
+ grid-template-columns: 1px 1fr 1px;
136
136
  }
137
137
  lake-box .lake-box-strip {
138
138
  display: block;