Card Header child alignment fixed - #2719
Open
Jakobus400 wants to merge 1 commit into
Open
Conversation
richardebeling
approved these changes
May 4, 2026
janno42
requested changes
Jun 1, 2026
janno42
left a comment
Member
There was a problem hiding this comment.
Ideally, the right-aligned content would stay right-aligned (in a new line when it doesn't fit in one line with the other content), and the padding between the elements would stay as it is now.
Member
|
@Jakobus400 do you want to continue working on this, or should we take over / give this issue to someone else? |
richardebeling
force-pushed
the
card-header
branch
from
August 10, 2026 20:45
f5e6e32 to
36c0cbe
Compare
| <div class="card-header d-flex"> | ||
| <span class="ps-1 me-auto"> | ||
| <div class="card-header"> | ||
| <span class="ps-1"> |
Member
There was a problem hiding this comment.
probably want to remove ps-1 here as well
Comment on lines
+4
to
+5
| // prepare for two elements, left- and right aligned, with flex wrap | ||
| // should have no effect with just a single child. We don't expect more than two children |
Member
There was a problem hiding this comment.
update comment: first element grows -> allow n elements, first one is left, everything else is right
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.
fixes #2670