Skip to content

Commit

Permalink
remove min width class (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
shannamurry authored Jan 5, 2023
1 parent 7326b8c commit ebf2378
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v2.0.0-beta.24

### Bug Fixes

Remove min width class from `Table`

## v2.0.0-beta.23

### Bug Fixes
Expand Down
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": "@lob/ui-components",
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"engines": {
"node": ">=14.18.2",
"npm": ">=8.3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Table/Table.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<table :class="[`${spaceClassName} min-w-min`]">
<table :class="spaceClassName">
<slot />
</table>
</template>
Expand Down

0 comments on commit ebf2378

Please sign in to comment.