Skip to content

Commit 6420f38

Browse files
NIMBUS-248: text wrap issue in grid expanded row card detail
1 parent c21d6d7 commit 6420f38

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nimbus-sass-module",
3-
"version": "1.18.40",
3+
"version": "1.18.41",
44
"description": "",
55
"main": "",
66
"devDependencies": {

src/_nm.multigrid.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ ng-component{
1515
background: $primary-2;
1616
}
1717

18-
18+
.ui-expanded-row-content nm-card-details {
19+
width: 100%;
20+
}
1921
.ui-expanded-row-content .scrollGrid .ui-datatable-scrollable-body,
2022
.ui-expanded-row-content .ui-datatable .ui-datatable-scrollable-body,
2123
.ui-expanded-row-content .scrollGrid .ui-table-scrollable-body,

0 commit comments

Comments
 (0)