MudTablePager: Fix Vertical Alignment of Select text (#7501, #7507)#7670
Merged
henon merged 1 commit intoMudBlazor:devfrom Oct 20, 2023
Merged
MudTablePager: Fix Vertical Alignment of Select text (#7501, #7507)#7670henon merged 1 commit intoMudBlazor:devfrom
henon merged 1 commit intoMudBlazor:devfrom
Conversation
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #7670 +/- ##
==========================================
- Coverage 90.57% 86.19% -4.39%
==========================================
Files 427 427
Lines 15233 15233
Branches 0 3321 +3321
==========================================
- Hits 13798 13130 -668
+ Misses 1435 1422 -13
- Partials 0 681 +681 ☔ View full report in Codecov by Sentry. |
ScarletKuro
approved these changes
Oct 20, 2023
Contributor
|
Thanks! |
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.
Description
Followup for issue #7501 and pull request #7507.
The original commit solved the problem, but style is overwritten. Need to apply !important that it will be taken in live application.
How Has This Been Tested?
Yes.
Types of changes
Checklist:
dev).