You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-09-21 17:28:11

lynch4fr
Member
Registered: 2019-01-10
Posts: 15

Kanban adjust width columns

Hello
In the Kanban Global view, is it possible to adjust the width of the columns : "Status 1 / ... / New / In progress / Closed "
Maybe set a smaller width in the source code?
Thank you very much

Offline

#2 2023-09-22 13:19:01

cconard96
Moderator
Registered: 2018-07-31
Posts: 2,813
Website

Re: Kanban adjust width columns

The Kanban only lets you collapse columns to reduce their width.
It could be possible to change all of the column's width using the UI Customization tab in the Entity form using the following CSS and replacing 350 with your desired width:
.kanban-column {
    width: 350px;
}


GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.

Offline

#3 2023-09-28 15:22:16

lynch4fr
Member
Registered: 2019-01-10
Posts: 15

Re: Kanban adjust width columns

That's fine, I've modified the CSS in the UI Customization tab.
Is a resizing handle possible between each column ?

I can just add a resising handle at the bottom right

.kanban-column {
    width: 350px;
    resize: horizontal
    overflow: auto;
}

Thanks

Last edited by lynch4fr (2023-09-28 16:32:46)

Offline

#4 2023-09-29 14:36:11

cconard96
Moderator
Registered: 2018-07-31
Posts: 2,813
Website

Re: Kanban adjust width columns

It is not possible to add a better resize feature using just CSS. When using the "resize" property, it is up to the browser to decide where to put the handle.


GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.

Offline

Board footer

Powered by FluxBB