Skip to content
Closed
Prev Previous commit
Next Next commit
fix(files): removed breakpoint on gridView button
Signed-off-by: Jonas Stene <[email protected]>
  • Loading branch information
joj0r authored and AndyScherzinger committed Aug 19, 2025
commit 5b3ec2bfc5481b11b5092aa5fa1e3f92d6016813
2 changes: 1 addition & 1 deletion apps/files/src/views/FilesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</NcActionButton>
</NcActions>

<NcButton v-if="fileListWidth >= 512 && enableGridView"
<NcButton v-if="enableGridView"
:aria-label="gridViewButtonLabel"
:title="gridViewButtonLabel"
class="files-list__header-grid-button"
Expand Down