Skip to content

Commit

Permalink
Fixing item content width (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec authored Mar 6, 2022
1 parent 19bcb83 commit 4391155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastybird/web-ui-theme",
"version": "0.6.6",
"version": "0.6.7",
"description": "FastyBird basic theme & Vue components for web apps",
"keywords": [
"fastybird",
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/FbItem/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
color: $content-color;
align-items: center;
height: 100%;
width: 100%;
justify-content: center;

@include item-content;
Expand Down

0 comments on commit 4391155

Please sign in to comment.