We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d6f3a commit d6a12d8Copy full SHA for d6a12d8
resources/views/infolist/document.blade.php
@@ -10,13 +10,8 @@
10
>
11
@if(($record) and $record->hasDocuments($getName()))
12
<div
13
- {{
14
- $attributes->class([
15
- "grid grid-cols-4 gap-4",
16
- ])
17
- }}
+ class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4"
18
19
-
20
@foreach($record->getDocuments($getName()) as $document)
21
<a href="{{ $document->getUrl() }}" target="_blank"
22
class="inline-flex items-center gap-x-1 text-xs text-primary-600 hover:text-primary-500"
0 commit comments