Skip to content

Commit

Permalink
Fixed overflow drop-down on table
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jul 23, 2024
1 parent e37253a commit 0ac93d0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion public/css/orchid.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/orchid.rtl.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/js/orchid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/mix-manifest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion resources/sass/core/tables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.table {
@extend .rounded;
overflow: hidden;
thead {
tr {
th {
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
data-table-slug="{{$slug}}"
>

<div class="table-responsive">
<div class="table-responsive-sm">
<table @class([
'table',
'table-compact' => $compact,
Expand Down

0 comments on commit 0ac93d0

Please sign in to comment.