Skip to content

Commit

Permalink
fix(blazorui): resolve header css issues in BitDataGrid #9223 (#9227)
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk authored Nov 13, 2024
1 parent b3b2586 commit b99b918
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,12 @@
flex-grow: 1;
display: flex; /* So that we can make col-title-text expand as much as possible, and still hide overflow with ellipsis */
min-width: 0px;
font-size: 1rem;
}
/* If the column is sortable, its title is rendered as a button element for accessibility and to support navigation by tab */
button.col-title {
border: none;
color: inherit;
cursor: pointer;
background: none;
position: relative;
Expand Down

0 comments on commit b99b918

Please sign in to comment.