-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
I have also noticed this here. Propose to fix it via adding .focalboard-body .BoardComponent {
...
> * {
...
&:last-child {
flex: 1; // <==== add this
padding-bottom: 8px;
}
}
.... |
How I will fix it, what path the file is? |
@TOWUK here is the file with these lines. |
i dont know path on my local machine path to file! not path github! |
@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 |
Summary:
check image
Steps to reproduce the behavior:
Expected behavior:
none
Screenshots:
Platform:
Additional context:
none
The text was updated successfully, but these errors were encountered: