Skip to content

Commit

Permalink
Merge pull request #46 from MartinP7r/patch-1
Browse files Browse the repository at this point in the history
fix class name w-full
  • Loading branch information
abdumu authored Jun 18, 2021
2 parents 7fd3e58 + defe0db commit b4f07f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/BootstrapFramework.php
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ protected function listGroups(): array
{
$items = [
'list-group' => 'flex flex-col pl-0 mb-0 border rounded border-gray-300',
'list-group-item-action' => 'w-fill',
'list-group-item-action' => 'w-full',
'list-group-item' => 'relative block py-3 px-6 -mb-px border border-r-0 border-l-0 border-gray-300 no-underline',
'list-group-flush' => '',
];
Expand Down

0 comments on commit b4f07f3

Please sign in to comment.