Skip to content

Commit

Permalink
fix: select wrong alignment (#1053)
Browse files Browse the repository at this point in the history
* add relative div for select elements

* fix searchSelect error

---------

Co-authored-by: Maxime BAUCHET <[email protected]>
Co-authored-by: severinlandolt <[email protected]>
  • Loading branch information
3 people authored May 20, 2024
1 parent 61ebc66 commit 0a6c9a0
Show file tree
Hide file tree
Showing 8 changed files with 507 additions and 497 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ body:
- type: markdown
attributes:
value: |
This bug report template was inspired by the issue template from [vuejs](https://github.com/vuejs/core)
This bug report template was inspired by the issue template from [vuejs](https://github.com/vuejs/core)
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blank_issues_enabled: true
contact_links:
- name: Slack Community
url: https://join.slack.com/t/tremor-community/shared_invite/zt-1u8jqmcmq-Fdr9B6MbnO7u8FkGh~2Ylg
about: Please ask and answer usage questions here.
about: Please ask and answer usage questions here.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- synchronize
push:
branches:
- '**'
- '!main'
- "**"
- "!main"

jobs:
build:
Expand All @@ -32,4 +32,4 @@ jobs:
- name: unit tests
run: npm run tests
- name: build
run: npm run build
run: npm run build
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 0a6c9a0

Please sign in to comment.