Skip to content

Commit 7e6c387

Browse files
author
Luiz Coelho
committed
fix: Adjust css
1 parent 7309ab3 commit 7e6c387

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squidit/react-css",
3-
"version": "1.2.46",
3+
"version": "1.2.47",
44
"scripts": {
55
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
66
"lint": "eslint src --ext js,ts,tsx",

src/components/sq-vertical-bar-chart/sq-vertical-bar-chart.component.scoped.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.vertical-bar-chart {
2+
height: 100%;
23
flex-direction: column;
4+
35
.chart-bar-line {
46
width: 8px;
57
border-radius: 4px;

0 commit comments

Comments
 (0)