Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
FDS-657 f-checkbox line-height fixed (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cldcvr authored Mar 20, 2024
1 parent bb8ac7e commit f6f7088
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/flow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Change Log

## [2.9.4] - 2024-03-20

### Improvements

- `f-checkbox` label line-height fixed.

## [2.9.3] - 2024-03-20

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ollion/flow-core",
"version": "2.9.3",
"version": "2.9.4",
"description": "Core package of flow design system",
"module": "dist/flow-core.es.js",
"main": "dist/flow-core.cjs.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $sizes: (

label {
color: var(--color-text-default);
line-height: 40px;
line-height: 1;
cursor: pointer;
position: relative;
display: flex;
Expand Down
6 changes: 6 additions & 0 deletions packages/flow-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Change Log

## [2.4.2] - 2024-03-20

### Bug Fixes

- `f-tcell` aligment in `f-table-schema` fixed.

## [2.4.1] - 2024-03-20

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ollion/flow-table",
"version": "2.4.1",
"version": "2.4.2",
"description": "Table component for flow library",
"module": "dist/flow-table.es.js",
"main": "dist/flow-table.cjs.js",
Expand Down
1 change: 1 addition & 0 deletions packages/flow-table/src/components/f-tcell/f-tcell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
align-items: flex-start;
flex-wrap: wrap;
width: 100%;
height: 100%;
f-checkbox {
margin-right: 12px;
}
Expand Down

0 comments on commit f6f7088

Please sign in to comment.