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

Fixed #12388 - Add CSS to the div to correct the weird indenting #12389

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

snipe
Copy link
Owner

@snipe snipe commented Jan 22, 2023

Small HTML/CSS change to fix the weird indenting within the livewire div on asset models with default custom fields.

Notification_Center-3

@what-the-diff
Copy link

what-the-diff bot commented Jan 22, 2023

  • The padding-left and margin-bottom properties were added to the div element.
  • The value of the padding-bottom property was changed from 0px to -15px in order for it not be visible on screen (i.e., hidden).

@snipe snipe requested a review from uberbrady January 22, 2023 02:25
@snipe snipe removed the backend label Jan 22, 2023
Copy link
Collaborator

@uberbrady uberbrady left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will very embarrassedly admit that I've noticed this visual glitch before, but did nothing about it. Thank you so much for fixing my mistake! Now no one will ever know my shame :) Your attention to detail on this is why the product is as successful as it is.

@snipe snipe merged commit 4b01909 into develop Jan 23, 2023
@snipe snipe deleted the fixes/livewire_ui branch January 23, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants