Skip to content

Commit

Permalink
pkp/pkp-lib#10825 Make the table scrollable when not enough horizonta…
Browse files Browse the repository at this point in the history
…l space. Better then when table overflows.
  • Loading branch information
jardakotesovec committed Jan 30, 2025
1 parent 9ed2542 commit 47e3d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/Table.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<div class="overflow-x-auto">
<div
v-if="slots.label || slots.description || slots['top-controls']"
class="flex justify-between border-x border-t border-light bg-secondary p-4"
Expand Down

0 comments on commit 47e3d71

Please sign in to comment.