Skip to content

Commit

Permalink
MudTable: Align pager elements vertically (MudBlazor#698, MudBlazor#3774
Browse files Browse the repository at this point in the history
)
  • Loading branch information
andersstorhaug authored and jammerware committed Sep 20, 2022
1 parent e10df80 commit 96f75ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MudBlazor/Styles/components/_table.scss
Expand Up @@ -353,7 +353,7 @@
cursor: pointer;
margin-left: 10px !important;
margin-right: 10px !important;
margin-top: 3px !important;
margin-top: 0px !important;
min-width: 52px;

& .mud-select-input {
Expand All @@ -379,7 +379,6 @@
margin-left: 10px;
margin-inline-start: 10px;
margin-inline-end: unset;
margin-bottom: 3px !important;
}

.mud-table-smalldevices-sortselect {
Expand Down

0 comments on commit 96f75ce

Please sign in to comment.