Skip to content
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

Vertical align top columns #141

Open
wants to merge 2 commits into
base: 3.x
Choose a base branch
from

Conversation

denebaltairvega
Copy link

Add the following styles to .table-repeater-column class in order to properly align fields to the top whenever other column fields have validation error messages:

.table-repeater-column.text-start {
vertical-align: top;
}

From:
image

To:
image

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Add the following styles to .table-repeater-column class in order to properly align fields to the top whenever other column fields have validation error messages:

vertical-align: top
Leave actions column aligned center
@awcodes
Copy link
Owner

awcodes commented Mar 29, 2025

I don't think this should be in the css targeting 'text-start' since the cell could also be 'text-center' or 'text-end'.

Can you just add 'align-top' to the td's in the blade view instead, including the actions td? I think this should just be the default. Then rerun the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants