1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

feat: Add CSV attachment viewer (#1154)

This commit is contained in:
Roman Zavarnitsyn 2025-05-27 14:19:44 +02:00 committed by GitHub
parent 20b5351dfe
commit 42817c5199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 179 additions and 3 deletions

View file

@ -0,0 +1,14 @@
/*!
* Copyright (c) 2024 PLANKA Software GmbH
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
*/
:global(#app) {
.wrapper {
background: #fff;
border: 0;
display: flex;
flex-direction: column;
height: 100%;
}
}