Skip to content

Commit

Permalink
block tabs css changed and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafee1100 committed Mar 29, 2024
1 parent 2ba6f84 commit 45daded
Show file tree
Hide file tree
Showing 2 changed files with 9 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": "gns-design-system",
"version": "1.0.30",
"version": "1.0.31",
"source": "src/index.js",
"files": [
"dist",
Expand Down
9 changes: 8 additions & 1 deletion src/assets/scss/app/custom/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,11 @@
}
}
}

.nav.nav-tabs.nav-tabs-block {
.nav-item {
.nav-link {
width: 100%;
text-align: center;
}
}
}

0 comments on commit 45daded

Please sign in to comment.