Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Dashboard enhancement #382

Closed
juanidamato opened this issue Apr 18, 2020 · 1 comment · Fixed by #440
Closed

Dashboard enhancement #382

juanidamato opened this issue Apr 18, 2020 · 1 comment · Fixed by #440
Labels
enhancement New feature or request

Comments

@juanidamato
Copy link

Hi,
When the source project path is too long the horizontal scroll bar is so big.
I suggest to Include a class on site.css for this TD cell and modify your razor page to include this class.

.source-project-td
{
word-break: break-all;
min-width: 300px; //Or any other value that you consider
}
before
after

@davidfowl
Copy link
Member

@juanidamato care to send a pull request?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants