diff --git a/src/components/table/_responsive.scss b/src/components/table/_responsive.scss index 58f8950e89d2..f6c0f203dbb7 100644 --- a/src/components/table/_responsive.scss +++ b/src/components/table/_responsive.scss @@ -156,6 +156,25 @@ .euiTableRowCell { min-width: 50%; border: none; + + // Custom actions + &.euiTableRowCell--hasActions { + width: 100%; + + &::before { + content: ''; + position: absolute; + left: 0; + right: 0; + height: $euiBorderWidthThin; + background-color: $euiTableActionsBorderColor; + } + + .euiTableCellContent { + position: relative; + top: $euiSizeXS; + } + } } .euiTableRowCellCheckbox {