Skip to content

Commit

Permalink
[CHUX-242] Remove ellipsis on table filters (#1948)
Browse files Browse the repository at this point in the history
* chux-242:chore:remove ellipsis on table filters

* chux-242:chore:remove label width var

* 2.8.4
  • Loading branch information
stavros-tomas authored May 10, 2024
1 parent e31cb77 commit c6c3391
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebury/chameleon-components",
"version": "2.8.3",
"version": "2.8.4",
"main": "src/main.ts",
"sideEffects": false,
"author": "Ebury Team (http://labs.ebury.rocks/)",
Expand Down
4 changes: 0 additions & 4 deletions src/components/ec-filter-popover/ec-filter-popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ function onOpen(isOpen: boolean) {
:host {
--ec-filter-popover-width: 304px;
--ec-filter-popover-height: 368px;
--ec-filter-label-width: 120px;
}
.ec-filter-popover {
Expand Down Expand Up @@ -111,9 +110,6 @@ function onOpen(isOpen: boolean) {
&__label {
@apply tw-text-gray-3;
@apply tw-truncate;
max-width: var(--ec-filter-label-width);
}
&__badge {
Expand Down
4 changes: 2 additions & 2 deletions src/components/ec-table-filter/ec-table-filter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function clearFilters() {
@apply tw-gap-y-16;
}
@media (min-width: 850px) {
@media (min-width: 900px) {
@apply tw-grid-rows-1;
}
}
Expand All @@ -139,7 +139,7 @@ function clearFilters() {
&--is-stretched {
@apply tw-col-start-1 tw-col-end-[-2];
@media (min-width: 850px) {
@media (min-width: 900px) {
@apply tw-col-auto;
}
}
Expand Down

0 comments on commit c6c3391

Please sign in to comment.