Skip to content

Commit

Permalink
Merge branch 'bitfoundation:develop' into 8093-broken-links-issue-in-…
Browse files Browse the repository at this point in the history
…websites
  • Loading branch information
ysmoradi authored Jul 22, 2024
2 parents 3f32a64 + e9aa265 commit 8942aee
Show file tree
Hide file tree
Showing 38 changed files with 1,556 additions and 1,334 deletions.
8 changes: 4 additions & 4 deletions src/BlazorUI/Bit.BlazorUI.Assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/BlazorUI/Bit.BlazorUI.Assets/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"sass": "1.77.2"
"sass": "1.77.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
*/

.bitdatagrid {
/*========================================================*/
/*default theme*/
/*========================================================*/
--col-gap: 1rem;

th {
position: relative; /* So that col-options appears next to it */
Expand Down Expand Up @@ -134,10 +138,6 @@
white-space: nowrap;
text-overflow: ellipsis;
}
/*========================================================*/
/*default theme*/
/*========================================================*/
--col-gap: 1rem;

.col-header-content {
padding-right: var(--col-gap);
Expand Down
Loading

0 comments on commit 8942aee

Please sign in to comment.