pacem-less 0.51.7 → 0.51.8-abel

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.
@@ -172,6 +172,7 @@ table.@{PCSS}-datatable {
172
172
  box-sizing: border-box;
173
173
  padding: @grid_spacing/3 @grid_spacing/2;
174
174
  border-bottom: 1px solid @color_border;
175
+ min-width: 0;
175
176
 
176
177
  &.@{prefix}-right {
177
178
  justify-content: flex-end;
@@ -182,10 +182,18 @@
182
182
 
183
183
  .display-inline {
184
184
  display: inline !important;
185
+
186
+ &.inline-middle {
187
+ vertical-align: middle;
188
+ }
185
189
  }
186
190
 
187
191
  .display-inline-block {
188
192
  display: inline-block !important;
193
+
194
+ &.inline-block-middle{
195
+ vertical-align: middle;
196
+ }
189
197
  }
190
198
 
191
199
  .HideWhenAtMost(@size) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.51.7",
2
+ "version": "0.51.8-abel",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {