[demo] Split code and diffs into 2 separate columns to avoid overflow#2956
Merged
Conversation
samsonasik
approved these changes
Apr 14, 2025
Member
Member
Author
|
@samsonasik I'll check it, thanks for testing 👍 |
Member
Author
|
It seems it's a dead end - either we break diff positions, or the diff overflows to text. I came up with a creative solution, to tidy up buttons under text - there should be 1 button a page anyway 🤗 It looks pretty cool: there is section on the left with all details and actions, and right is space for diffs. ↓ Before 🧓After :party: |
Member
Member
|
Oh I see, create a fixture only doable on 1 rule applied. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.




Current solution uses
position: absolutethat disallows clearing div. That's why code overflows to next element.The only path nows seems spliiting into 2 columns: one with origin code and 2nd with diffs.
Closes #2957