Skip to content

Commit

Permalink
Merge pull request #398 from webitel/fix/card-page-styles
Browse files Browse the repository at this point in the history
fix: card-page-style[WTEL-5694](https://webitel.atlassian.net/browse/…
  • Loading branch information
Lera24 authored Dec 18, 2024
2 parents 60a5928 + 74140f6 commit 9834335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.12.26",
"version": "24.12.27",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions src/css/pages/card-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
gap: var(--spacing-sm);

&__tab {
flex-grow: 1;
display: flex;
flex-direction: column;
flex-grow: 1;
min-height: 0;
gap: var(--spacing-sm);
flex-direction: column;
}
}

Expand Down Expand Up @@ -50,7 +50,7 @@
grid-template-columns: 1fr 1fr;
grid-auto-rows: minmax(auto, auto);
grid-column-gap: var(--spacing-sm);
grid-row-gap: var(--spacing-xs);
grid-row-gap: var(--spacing-sm);

&--1-col {
grid-template-columns: 1fr;
Expand Down

0 comments on commit 9834335

Please sign in to comment.