spacing control for dashboard widget

This commit is contained in:
Burak Civan
2022-10-17 15:14:55 +03:00
parent 54b96e1a44
commit 4c5f1533be
5 changed files with 32 additions and 8 deletions

View File

@ -17,7 +17,7 @@ abstract class Widget
public $default_name = '';
public $default_settings = [
'width' => 'w-full lg:w-2/4 px-12 my-8',
'width' => 'w-full lg:w-2/4 lg:px-12 my-8',
];
public $description = '';