Skip to content

Commit

Permalink
fix: fixed indentation in mobile components (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
churicheva-v authored Oct 10, 2023
1 parent 9ed5272 commit 13e92eb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/beige-radios-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@alfalab/core-components-input-autocomplete": patch
"@alfalab/core-components-select": patch
---

Исправлен отступ в шапке мобильных компонентов с поиском
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/input-autocomplete/src/mobile.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../themes/src/default.css';

.bottomAddonInput {
padding: 0 var(--gap-xs) var(--gap-xs);
padding: var(--gap-xs);
box-sizing: border-box;
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}

.search {
padding: var(--gap-m) var(--gap-xs) var(--gap-s);
padding: var(--gap-xs);
}

/* width: max-content; fix for IE */
Expand Down

0 comments on commit 13e92eb

Please sign in to comment.