Skip to content

Commit

Permalink
feat(data-grid): position grid sort icon near text (VIV-1958) (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
YonatanKra authored Aug 22, 2024
1 parent dabd18c commit b16ce63
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion libs/components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
"watch": {
"commands": [
{
"command": "npx nx run components:build --watch"
"forwardAllArgs": false,
"command": "WATCH=true npx nx build components --watch"
},
{
"forwardAllArgs": false,
"command": "npx nx run styles:serve"
},
{
Expand Down
3 changes: 1 addition & 2 deletions libs/components/src/lib/data-grid/data-grid-cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
slot {
display: block;
overflow: hidden;
inline-size: 100%;
text-overflow: ellipsis;
white-space: var(
#{variables.$data-grid-cell-white-space},
Expand All @@ -81,5 +80,5 @@ slot {
}

.header-icon {
margin-inline-start: auto;
margin-inline-start: 16px;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b16ce63

Please sign in to comment.