Merge grid rows and retain soft edges #12

Merged
adsaf123 merged 1 commit from main into main 2022-12-10 18:42:33 +00:00
adsaf123 commented 2022-12-10 18:40:49 +00:00 (Migrated from github.com)

Reasoning:
Grid component was wasn't really a grid... more like a bunch of rows

What I did:

  1. Changed id of grid in template to "table-grid" and rows of grid to "row-grid"
  2. Added CSS to aforementioned classes, which is very similar to old class' CSS, but has 0 top and bottom margin.
  3. Changed CSS for "corners" to retains soft edges. It's the last four CSS classes shown in commit.
**Reasoning**: Grid component was wasn't really a grid... more like a bunch of rows **What I did**: 1. Changed id of grid in template to "table-grid" and rows of grid to "row-grid" 2. Added CSS to aforementioned classes, which is very similar to old class' CSS, but has 0 top and bottom margin. 3. Changed CSS for "corners" to retains soft edges. It's the last four CSS classes shown in commit.
thepaperpilot (Migrated from github.com) approved these changes 2022-12-10 18:42:28 +00:00
Sign in to join this conversation.
No description provided.