-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Better styling for code review comment textarea #11428
Conversation
Can you align the left borders? |
I'm not sure if breaking the textarea's border with the tab is good idea. Maybe separate them with a small |
Aligned the textarea as you asked |
That's better, thanks @CirnoT . Now should the corners have a radius ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to sort out our border-radii in our less files... we have 3px, 6px, 4px, 5px, 50%, 100%, .28571429rem
Think we should set these to .28571429rem but otherwise LGTM
Changed from |
* Better styling for code review comment textarea * align tabular menu with textarea * border around active tab instead of textarea * border radius * use .28571429rem
Before:
After: