fix(files): make files list valid table layout#41577
Merged
Conversation
Contributor
Author
|
Still a draft because I'm testing to check if I'm sure that the virtual scrolling is not broken. But ready for review |
JuliaKirschenheuter
approved these changes
Nov 17, 2023
Pytal
approved these changes
Nov 17, 2023
susnux
approved these changes
Nov 17, 2023
Contributor
susnux
left a comment
There was a problem hiding this comment.
LGTM at least the "before"-action will be fixed :)
e505416 to
1781c94
Compare
Otherwise it is not valid and does not ception the table. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
<div> is not allowed as a <table> child Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1781c94 to
346c617
Compare
Contributor
Author
|
@skjnldsv Sorry for the fast merge, we needed it in |
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.
TODO
<caption>must be a direct child of<table>, otherwise it doesn't work#beforecontent<div>for a#beforeis not allowed as a child of<table>;)::deepwith:deep()Screenshots
Recording.2023-11-17.233217.mp4
Checklist