Skip to content

Commit

Permalink
TEC-467: Shrink OXD list table headers when there are no space (#771)
Browse files Browse the repository at this point in the history
* TEC-467: Shrink OXD list table headers when there are no space

* Update changelog
  • Loading branch information
Super-Chama committed Mar 21, 2024
1 parent 4324162 commit c240cf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2024-03-21 - 8319dbeeb35e6aa50fb955ea075ebea5ba30bf43 - ListTable/ListTable.vue - Table header truncate improvments

2024-03-18 - 0ed25f1c3db3b364dc31874362c6455af008be80 - directives/focus-first-element - Focus first directive prevent scroll on focus

2024-03-08 - 5faed9ef47cd11db376fe4f8649249d195d60267 - ListTable/ListTable.vue - Table header shrink behaviour
Expand Down
3 changes: 3 additions & 0 deletions components/src/core/components/ListTable/list-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
::v-deep(.oxd-table-th) {
min-width: 0;
}
::v-deep(.oxd-table-th span) {
min-width: 0;
}

::v-deep(.oxd-table-th-txt) {
margin: 0;
Expand Down

0 comments on commit c240cf0

Please sign in to comment.