Skip to content

Commit 51424f6

Browse files
committed
fixed image list width
1 parent 2fb669c commit 51424f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/images-list.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@if((sizeof($file_info) > 0) || (sizeof($directories) > 0))
44
<table class="table table-condensed table-striped">
55
<thead>
6-
<th style='width:50%;'>{{ Lang::get('laravel-filemanager::lfm.title-item') }}</th>
6+
<th>{{ Lang::get('laravel-filemanager::lfm.title-item') }}</th>
77
<th>{{ Lang::get('laravel-filemanager::lfm.title-size') }}</th>
88
<th>{{ Lang::get('laravel-filemanager::lfm.title-type') }}</th>
99
<th>{{ Lang::get('laravel-filemanager::lfm.title-modified') }}</th>

0 commit comments

Comments
 (0)