-
Notifications
You must be signed in to change notification settings - Fork 20
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
Column width in report log tab #261
Comments
please provide a screenshot ar somethin i think i couls fix this..! |
Hi! I've created a branch that shows the problem. You should be able to:
to recreate the below steps (I did take screenshots, but the upload to github is failing for some reason).
In the course of recreating this issue I tried adding the I think the preferred solution would be to get long lines to wrap even when there aren't any word boundaries. Second best would be to ensure that the horizontal scrollbar is shown at the bottom of the screen rather than the bottom of the table. Let me know if this isn't clear! Cheers! |
@therealryan i was unable to set this up on my local machine how can i run this can you help me im new to this |
@therealryan ng serve --open this thing wasn't working |
No problem! Here's a list of from-scratch instructions:
I see that |
ng : The term 'ng' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
something like this |
OK, that indicates that the angular cli tools are not installed. Check the link on step 5 in the list above. |
yes im doing it thanks for guiding |
@therealryan finally tthe thing opened but i dont know where to start in the project codebase |
Hmm. I've not seen that before. It's probably worth checking if this is a problem for all angular applications on your system or just this one. Have a go at generating a fresh new project: and see if that builds ok. |
build was successfully done and the browser also opens with 2 lines |
Ah great! The fix is almost certainly in the files in this directory: I've clocked off for the day now so I'll be of no help till tomorrow, but have a play around with those files (the ng serve command should reflect any changes you make into your browser almost immediately). |
@therealryan canot find it in those directories even i searched for the class name _ngcontent-tgy-c36 in vs code no results |
@therealryan i've got it and fixed, made a scroll bar right bottom of the 2nd line is that ok |
@Chaitu-Tatipamula I tried out the change you made in #264, but unfortunately I don't think it addresses the problem. If you're still looking for a contribution you could make I've just added #265 - I'm pretty sure that will be easier to solve. |
commit #265 would fix this |
Long log messages extend off the edge of the screen. This would be fine but the scroll bar is also hidden off the screen at the bottom of the table.
Long messages should word-wrap to fit in the screen or the scrollbar should always be visible (or both, controlled by some checkbox somewhere)
The text was updated successfully, but these errors were encountered: