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 baf5acc commit e99e349Copy full SHA for e99e349
resources/views/components/file-note.blade.php
@@ -1,7 +1,7 @@
1
@if(file_exists($file))
2
<div class="row pb-3">
3
- <div class="col-12">
4
- <div class="mx-auto card text-white card-body bg-primary w-50">
+ <div class="col-12 offset-md-2 col-md-8">
+ <div class="mx-auto card text-white card-body bg-primary">
5
<h5 class="text-white card-title"><i class="icon fa-2x fas fa-info pe-3"></i><span class="font-size-xlg">NOTE</span></h5>
6
<span class="w-100 pb-0">
7
{!! file_get_contents($file) !!}
0 commit comments