Skip to content

Commit 0a6c9a0

Browse files
mbauchetMaxime BAUCHETseverinlandolt
authored
fix: select wrong alignment (#1053)
* add relative div for select elements * fix searchSelect error --------- Co-authored-by: Maxime BAUCHET <[email protected]> Co-authored-by: severinlandolt <[email protected]>
1 parent 61ebc66 commit 0a6c9a0

File tree

8 files changed

+507
-497
lines changed

8 files changed

+507
-497
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ body:
7575
- type: markdown
7676
attributes:
7777
value: |
78-
This bug report template was inspired by the issue template from [vuejs](https://github.com/vuejs/core)
78+
This bug report template was inspired by the issue template from [vuejs](https://github.com/vuejs/core)

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ blank_issues_enabled: true
22
contact_links:
33
- name: Slack Community
44
url: https://join.slack.com/t/tremor-community/shared_invite/zt-1u8jqmcmq-Fdr9B6MbnO7u8FkGh~2Ylg
5-
about: Please ask and answer usage questions here.
5+
about: Please ask and answer usage questions here.

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- synchronize
99
push:
1010
branches:
11-
- '**'
12-
- '!main'
11+
- "**"
12+
- "!main"
1313

1414
jobs:
1515
build:
@@ -32,4 +32,4 @@ jobs:
3232
- name: unit tests
3333
run: npm run tests
3434
- name: build
35-
run: npm run build
35+
run: npm run build

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)