Commit dd42ca1
authored
fix: searchbar broken style (#1972)
<!--
Hello π Thank you for submitting a pull request.
To help us merge your PR, make sure to follow the instructions below:
- Create or update the tests
- Create or update the documentation at
https://github.com/strapi/documentation
- Refer to the issue you are closing in the PR description: Fix #issue
- Specify if the PR is ready to be merged or work in progress (by
opening a draft PR)
Please ensure you read the Contributing Guide:
https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md
-->
### What does it do?
Style of the Searchbar was broken because of the height: 16px that was
not taken into account because of the previous line semicolon. Because
I've added the missing semicolon, the height: 16px is now used by the
css and it is broken. We already have a size='S' in the input, there is
no need to override the height.
### Why is it needed?
Buggy 2.0 stable
### How to test it?
Open the Searchbar input
### Related issue(s)/PR(s)
Let us know if this is related to any issue/pull requestFile tree
3 files changed
+5
-7
lines changed- .changeset
- docs/stories/04-components
- packages/design-system/src/components/Searchbar
3 files changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 39 | | |
46 | 40 | | |
47 | 41 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
0 commit comments