Skip to content

Commit ddabff9

Browse files
committed
v1.3.8
Fix mobile styles
1 parent 5f1d64d commit ddabff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AdminOnePreset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected static function updatePackageArray(array $packages)
2525
{
2626
return [
2727
'@mdi/font' => '^4.9.95',
28-
'buefy' => '^0.8.13',
28+
'buefy' => '^0.8.15',
2929
'bulma' => '^0.7.5',
3030
'chart.js' => '^2.9.3',
3131
'laravel-mix-alias' => '^1.0.2',

src/stubs/resources/sass/_table.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ table.table {
9898
padding: 0 $default-padding * .5;
9999
}
100100

101-
.table.has-mobile-cards {
101+
.table-wrapper.has-mobile-cards {
102102
tr {
103103
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
104104
margin-bottom: 3px!important;

0 commit comments

Comments
 (0)