Skip to content

Commit

Permalink
Merge pull request #691 from amilwaduwawara/ENG-234
Browse files Browse the repository at this point in the history
ENG-234
  • Loading branch information
amilaw authored Mar 28, 2023
2 parents 037f57d + c029d56 commit 77b612f
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,21 +137,20 @@
}
}
}

.table-header-action-btn {
margin: 0.5rem 0;

&.no-label {
min-width: initial;
::v-deep(.oxd-button-label-wrapper) {
:deep(.oxd-button-label-wrapper) {
/* Safari shows extra 2x15px width for the parent button with `-webkit-box`. */
visibility: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
width: 0;
}
}
}

.table-header-action-secondary-btn {
display: inline-flex;
background-color: #f0fae4;
Expand Down

0 comments on commit 77b612f

Please sign in to comment.