@builds-dev/react-ui
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -261,3 +261,5 @@ 'use strict'; | ||
return { | ||
flex: '0 0 ' + compute_layout_length(parent_length, length) | ||
// to use flex-basis to set exact length, the min length must be set to 0 | ||
flex: '0 0 ' + compute_layout_length(parent_length, length), | ||
[min_length_name]: 0 | ||
}; | ||
@@ -264,0 +266,0 @@ } |
{ | ||
"name": "@builds-dev/react-ui", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A library of React components that abstract over HTML and CSS, for building UIs from high-level, simple expressions.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
49641
1037