Fix flexbox view when there are three items
This commit is contained in:
parent
aee42df3ad
commit
8fd0e5ff57
5 changed files with 62 additions and 42 deletions
|
@ -13,3 +13,6 @@ Route::group(['prefix' => '/files'], function () {
|
|||
->name('server.files')
|
||||
->where('directory', '.*');
|
||||
});
|
||||
|
||||
Route::get('/')->name('server.index');
|
||||
Route::get('/console')->name('server.console');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue