Skip to content

Commit

Permalink
fixed alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Mar 16, 2021
1 parent d6b4329 commit ef8b0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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": "remix-tabs",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"main": "./dist/bundle.js",
"author": "lianahus",
Expand Down
2 changes: 1 addition & 1 deletion src/tab/tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export class RemixTabs extends LitElement {
: '';

return html`
<header class="header nav nav-tabs role="tablist">
<header class="header nav nav-tabs align-content-center">
${style}
${remixTabs}
${addTab}
Expand Down

0 comments on commit ef8b0f4

Please sign in to comment.