Ui improvements
This commit is contained in:
parent
47bf4fc208
commit
2b3868cb5b
12822
public/css/app.css
vendored
12822
public/css/app.css
vendored
File diff suppressed because it is too large
Load Diff
@ -59,7 +59,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<div class="relative sm:col-span-6 mt-3">
|
||||
<div class="relative sm:col-span-6 pt-3">
|
||||
<div style="table-layout: fixed;">
|
||||
<div class="overflow-x-visible overflow-y-hidden">
|
||||
<table class="w-full" id="items" style="table-layout: fixed">
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<div class="flex flex-col py-2 justify-between align-bottom">
|
||||
<div class="flex items-baseline justify-between">
|
||||
<h4 class="w-36 truncate">
|
||||
<h4 class="w-32 truncate">
|
||||
<a href="{{ route('apps.app.show', $module->slug) }}">
|
||||
{{ $module->name }}
|
||||
</a>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<div class="flex flex-col py-2 justify-between align-bottom">
|
||||
<div class="flex items-baseline justify-between">
|
||||
<h4 class="w-36 truncate">
|
||||
<h4 class="w-32 truncate">
|
||||
<a href="{{ route('apps.app.show', $module->slug) }}">
|
||||
{!! $module->name !!}
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user