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 2fb669c commit 51424f6Copy full SHA for 51424f6
src/views/images-list.blade.php
@@ -3,7 +3,7 @@
3
@if((sizeof($file_info) > 0) || (sizeof($directories) > 0))
4
<table class="table table-condensed table-striped">
5
<thead>
6
- <th style='width:50%;'>{{ Lang::get('laravel-filemanager::lfm.title-item') }}</th>
+ <th>{{ Lang::get('laravel-filemanager::lfm.title-item') }}</th>
7
<th>{{ Lang::get('laravel-filemanager::lfm.title-size') }}</th>
8
<th>{{ Lang::get('laravel-filemanager::lfm.title-type') }}</th>
9
<th>{{ Lang::get('laravel-filemanager::lfm.title-modified') }}</th>
0 commit comments