I'm trying to add some containers to cells in a <j:Grid>, and I want some extra spacing around the edges for the children. I found a workaround by adding style="padding:10px" to the container, but that seems hacky. It's good enough for now, though, so no rush!
-- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Oct 29, 2019 at 10:42 AM Carlos Rovira <[email protected]> wrote: > Hi Josh, > > sorry, padding is still not implemented in Jewel Layouts. I focused on gap > and CSS styling cross Jewel layouts since seem most needed when started > that work, and left paddings undone. > I don't have this in my priority list for now. Is something you need it? > Just asking so I can take into account in my TODO list. > > thanks > > > > > > El mar., 29 oct. 2019 a las 18:18, Josh Tynjala (< > [email protected]>) > escribió: > > > I'm trying to set the paddingLeft and paddingRight properties on > > <j:VerticalLayout>, but they don't seem to have any effect. Is there a > > special bead or something that I need to add somewhere to enable these > > properties? > > > > -- > > Josh Tynjala > > Bowler Hat LLC <https://bowlerhat.dev> > > > > > -- > Carlos Rovira > http://about.me/carlosrovira >
