* optimize UI for blocks.
This commit is contained in:
@@ -18,7 +18,7 @@ if($block->width == 1)
|
||||
blockPanel
|
||||
(
|
||||
set::bodyClass('row items-center text-center'),
|
||||
set::headingClass('border-0'),
|
||||
set::headingClass('border-0 pb-0'),
|
||||
cell
|
||||
(
|
||||
width('1/3'),
|
||||
|
||||
@@ -83,6 +83,7 @@ foreach($projects as $projectID => $project)
|
||||
|
||||
blockPanel
|
||||
(
|
||||
set::bodyClass('row flex-wrap justify-between p-1.5'),
|
||||
set::bodyClass('row flex-wrap justify-between p-1.5 pt-1'),
|
||||
set::headingClass('pb-0 border-b-0'),
|
||||
$cards
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user