Skip to content

Commit

Permalink
Merge pull request #12451 from filamentphp/fix-placeholder-line-height
Browse files Browse the repository at this point in the history
Fix placeholder line height
  • Loading branch information
zepfietje authored Apr 23, 2024
2 parents 77e9c9d + a0841b0 commit ddb4afd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div class="fi-in-placeholder text-sm text-gray-400 dark:text-gray-500">
<div
class="fi-in-placeholder text-sm leading-6 text-gray-400 dark:text-gray-500"
>
{{ $slot }}
</div>
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div class="fi-ta-placeholder text-sm text-gray-400 dark:text-gray-500">
<div
class="fi-ta-placeholder text-sm leading-6 text-gray-400 dark:text-gray-500"
>
{{ $slot }}
</div>

0 comments on commit ddb4afd

Please sign in to comment.