MudTablePager: Fix Vertical Alignment of Select text (#7501)#7507
Merged
henon merged 1 commit intoMudBlazor:devfrom Sep 14, 2023
Merged
MudTablePager: Fix Vertical Alignment of Select text (#7501)#7507henon merged 1 commit intoMudBlazor:devfrom
henon merged 1 commit intoMudBlazor:devfrom
Conversation
Fixes the misaligned text of the MudTablePager Select element.
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## dev #7507 +/- ##
==========================================
- Coverage 90.61% 90.56% -0.06%
==========================================
Files 427 427
Lines 15198 15210 +12
==========================================
+ Hits 13772 13775 +3
- Misses 1426 1435 +9 ☔ View full report in Codecov by Sentry. |
Contributor
|
Can you please post a before and after image? Thanks |
Contributor
Author
Contributor
|
OK, so if I can trust my eyes the text was 1px too high? PS: sorry for overlooking the description of the issue. |
Contributor
Author
Yes, the text of the select is currently around 1px too low. After the fix applied it's same height. I know, just a small cosmetic bug, but also an easy fix. |
Contributor
|
Thanks @phamilton4321 ! |
phamilton4321
added a commit
to phamilton4321/MudBlazor
that referenced
this pull request
Oct 20, 2023
Followup for issue MudBlazor#7501 and pull request MudBlazor#7507. The original commit solved the problem, but style is overwritten. Need to apply !important that it will be taken in live application.
5 tasks
phamilton4321
added a commit
to phamilton4321/MudBlazor
that referenced
this pull request
Oct 20, 2023
5 tasks
henon
pushed a commit
that referenced
this pull request
Oct 20, 2023
ilovepilav
pushed a commit
to ilovepilav/MudBlazor
that referenced
this pull request
Nov 25, 2023
…udBlazor#7507, MudBlazor#7670) Followup for issue MudBlazor#7501 and pull request MudBlazor#7507. The original commit solved the problem, but style is overwritten. Need to apply !important that it will be taken in live application.
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: #7501
Fixes the misaligned text of the MudTablePager Select element.
Adds a padding other than for input-root, which should be used in MudTablePager Select item.
Description
Add padding to existing style.
How Has This Been Tested?
Build the css out of the edited file and replaced it in a local project.
Types of changes
See #7501 for before and after comparison.
Checklist:
dev).