jdadwilson
jdadwilson
KPCKevin Powell - Community
Created by jdadwilson on 8/19/2023 in #front-end
Keep multiple <li> lines together
That did the trick. Thanks ever so much!!!!
8 replies
KPCKevin Powell - Community
Created by jdadwilson on 8/19/2023 in #front-end
Keep multiple <li> lines together
I guess I wasn't detailed enough... sorry for that. The problem is that sometimes an <li> group will get split between the bottom of the 1st column and the top of the 2nd column. That is the Name and 1st line of the address is at the bottom of the 1st column and the 2nd address line and phone number is at the top of the 2nd column. I'll try wrapping the guts of the <li> in a <p> tag. Maybe there is a no-break attribute that is available. Gotta do some looking for that. Thanks for your help.
8 replies
KPCKevin Powell - Community
Created by snxxwyy on 8/18/2023 in #front-end
design system naming conventions
The naming convention follows the BEM model. The fs is for font-size and the 400 is for the font-weight.
5 replies
KPCKevin Powell - Community
Created by jdadwilson on 3/21/2023 in #front-end
Force Grid Box to align at top
How do I mark this message as resolved?
6 replies
KPCKevin Powell - Community
Created by jdadwilson on 3/21/2023 in #front-end
Force Grid Box to align at top
Thanks a million... including the grid-template-rows solved the problem.
6 replies
KPCKevin Powell - Community
Created by jdadwilson on 3/21/2023 in #front-end
Force Grid Box to align at top
No, the problem is not solved!! The table appears at the top of the grid box because the page_Table min-height is set larger than the image height. Do an inspect and select the page_Table element. Then unset the min-height parameter. You will see that the table then vertically appears in the middle of the grid box.
6 replies