Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: board area half used #815

Closed
TOWUK opened this issue Aug 1, 2021 · 5 comments · Fixed by #825
Closed

Bug: board area half used #815

TOWUK opened this issue Aug 1, 2021 · 5 comments · Fixed by #825
Labels
Bug Something isn't working

Comments

@TOWUK
Copy link

TOWUK commented Aug 1, 2021

Summary:
check image
Steps to reproduce the behavior:

  1. just create boards

Expected behavior:
none
Screenshots:
image
image

Platform:

  • Browser and version: latest chrome dev
  • OS and version: win11 pro 64bit

Additional context:
none

@TOWUK TOWUK added the Bug Something isn't working label Aug 1, 2021
@kamre
Copy link
Contributor

kamre commented Aug 1, 2021

I have also noticed this here.

Propose to fix it via adding flex inside centerPanel.scss:

.focalboard-body .BoardComponent {
    ...
    > * {
        ...
        &:last-child {
            flex: 1;             // <==== add this
            padding-bottom: 8px;
        }
    }
....

@TOWUK
Copy link
Author

TOWUK commented Aug 1, 2021

I have also noticed this here.

Propose to fix it via adding flex inside centerPanel.scss:

.focalboard-body .BoardComponent {
    ...
    > * {
        ...
        &:last-child {
            flex: 1;             // <==== add this
            padding-bottom: 8px;
        }
    }
....

How I will fix it, what path the file is?

@kamre
Copy link
Contributor

kamre commented Aug 1, 2021

@TOWUK here is the file with these lines.

@TOWUK
Copy link
Author

TOWUK commented Aug 2, 2021

@TOWUK here is the file with these lines.

i dont know path on my local machine path to file! not path github!

@kamre
Copy link
Contributor

kamre commented Aug 2, 2021

@TOWUK as a user it will not be easy to fix this issue inside the downloaded archive/installer.

I have created pull request with the fix. Decided to change flex-grow only for kanban component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants