-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fix submit review form #11252
Fix submit review form #11252
Conversation
Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
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.
tested, works 🎉
Limiting dropdowns globally probably was a bad idea. |
Codecov Report
@@ Coverage Diff @@
## master #11252 +/- ##
==========================================
+ Coverage 43.25% 43.29% +0.03%
==========================================
Files 601 605 +4
Lines 85544 86204 +660
==========================================
+ Hits 37004 37321 +317
- Misses 43966 44290 +324
- Partials 4574 4593 +19
Continue to review full report at Codecov.
|
* Fix submit review form Signed-off-by: Andrew Thornton <art27@cantab.net> * placate lint Signed-off-by: Andrew Thornton <art27@cantab.net> * try something different Signed-off-by: Andrew Thornton <art27@cantab.net> * Update web_src/less/_base.less Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Restore the large width of the submit review form, and set a smaller minimum height on mobile.
Signed-off-by: Andrew Thornton art27@cantab.net