Skip to content

Commit

Permalink
feat(ibm products): tearsheet style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeethababu9223 committed Oct 15, 2024
1 parent 070d90e commit 48aea91
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3939,6 +3939,9 @@ p.c4p--about-modal__copyright-text:first-child {
.c4p--datagrid__virtualScrollContainer {
width: 100%;
}
.c4p--datagrid__virtualScrollContainer .cds--data-table-content {
overflow-x: hidden;
}
.c4p--datagrid .cds--modal {
width: 100%;
Expand Down Expand Up @@ -5441,8 +5444,8 @@ th.c4p--datagrid__select-all-toggle-on.button {
}
.c4p--edit-in-place--focused {
border: 2px solid var(--cds-focus, #0f62fe);
background: var(--cds-field-01, #f4f4f4);
outline: 2px solid var(--cds-focus, #0f62fe);
}
.c4p--edit-in-place__text-input {
Expand Down

0 comments on commit 48aea91

Please sign in to comment.