-
-
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
Limit max-height of CodeMirror editors for issue comment and wiki #18271
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d7ca6ca
Make the wiki editor bar sticky for longer wiki edits
martijndeb cd15a24
Make the issue bar in the issue view sticky for issue #10675
martijndeb 7a4079f
Make linter happy on _repository.less
martijndeb 52c9f65
Make linter happy on _editor.less
martijndeb 01a1dd4
Change z-index to the lowest boundary of 1
martijndeb 4c949f9
Change z-index to the lowest boundary of 1
martijndeb 59019e4
Merge branch 'main' into sticky_fixes
6543 750c20e
Merge branch 'main' into sticky_fixes
martijndeb 52632d9
Revert changes made to wiki editor (unsticky) and add max-height
martijndeb fd31c52
Revert changes for the sticky title editor
martijndeb 285efe8
Merge branch 'main' into sticky_fixes
martijndeb 3e16879
Add max-height definition to CodeMirror-scroll
martijndeb 9246d84
Remove CodeMirror-scroll definition
martijndeb c0452f9
Merge branch 'main' into sticky_fixes
wxiaoguang 0fb6b70
fine tune CodeMirror min-height/max-height
wxiaoguang 3379059
Merge branch 'main' into sticky_fixes
wxiaoguang 9f484fb
Merge branch 'main' into sticky_fixes
wxiaoguang 7030789
Merge branch 'main' into sticky_fixes
lunny 74dee17
Merge branch 'main' into sticky_fixes
lunny c913515
Merge branch 'main' into sticky_fixes
lunny 893561b
Merge branch 'main' into sticky_fixes
lunny ea2048d
Merge branch 'main' into sticky_fixes
lunny File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
These code has been covered by #19003