mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
fix(files): removed breakpoint on gridView button
Signed-off-by: Jonas Stene <jonas@stene.li>
This commit is contained in:
parent
d5417d63e0
commit
f9fa5abcf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue