Skip to content

Commit

Permalink
Revert "fix: remove absolute position of datebadge in block"
Browse files Browse the repository at this point in the history
This reverts commit aa5e311.
  • Loading branch information
Sebastian Thulin committed Apr 22, 2024
1 parent d0801f5 commit e8bbd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Component/Block/block.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@endif

@if($date && $dateBadge)
@datebadge(['date' => $date, 'classList' => ['u-margin--3']])
@datebadge(['date' => $date, 'classList' => ['u-margin--3', 'u-position--absolute@md', 'u-absolute--top-left@md']])
@enddatebadge
@endif

Expand Down

0 comments on commit e8bbd07

Please sign in to comment.