///////////////////////////////////////////////// // WIDTH ///////////////////////////////////////////////// ORIGINAL DEFAULT VALUE height: 100% (not jbeSettings; rather, css) 5/23/19 [notes pertain to title element] so that fills a flex container - however, in flex-direction row, w/ large container, still vertically fills the space - do we want this behavior? 6/11/19 answer to question on 5/23/19 regarding the desired result: yes - if the parent is telling it to expand, it should expand - I found this behavior to be necessary on the button element - after implementing, realized title element, when stretched vertically, still had text at top - since the title is always flex-direction row, I hard-coded "align-items: center" & now will always be centered (which I would think is the desired result - if not, we may have to add a flex control) * we may ultimately put "height: 100%;" into "BoydElementBaseClass.js / getEditorBaseCSS" as default behavior - UPDATE: negative - can't do that - some elements need it at host & some need it in their actual tag (ie: title, blockquote, etc) upon further testing of elements w/in 100% height, image & icon pose a peculiar choice - if we allow them to stretch, along w/ their background, then we really do need some flex positioning tools