Skip to content

Commit

Permalink
fix(DarkShadow): content width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akki-jat committed Dec 5, 2021
1 parent 115f6a9 commit a9d44ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bindings/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@one-for-all-ui/react",
"version": "0.0.5-beta.5",
"version": "0.0.5-beta.6",
"description": "React Design Library",
"author": {
"name": "Akshay Jat (akki-jat)",
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "run-s build"
},
"dependencies": {
"@one-for-all-ui/core": "0.0.5-beta.5"
"@one-for-all-ui/core": "0.0.5-beta.6"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@one-for-all-ui/core",
"version": "0.0.5-beta.5",
"version": "0.0.5-beta.6",
"author": {
"name": "Akshay Jat (akki-jat)",
"email": "akshayjat06@gmail.com",
Expand Down
4 changes: 4 additions & 0 deletions src/components/dark-shadow/dark-shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
display: flex;
}

.dark-shadow-content {
width: 100%;
}

.dark-shadow-header--has-title {
padding-bottom: 0.5rem;
}
Expand Down

0 comments on commit a9d44ce

Please sign in to comment.