Skip to content

Commit

Permalink
Merge pull request #72 from nih-sparc/fix-tabs
Browse files Browse the repository at this point in the history
fixed tabs class name and bumped version
  • Loading branch information
egauzens authored Jan 11, 2022
2 parents e0379b8 + ca3f28c commit bc806d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nih-sparc/sparc-design-system-components",
"version": "0.20.0",
"version": "0.21.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
4 changes: 2 additions & 2 deletions src/components/ContentTabCard/src/ContentTabCard.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="container">
<div class="content-tab-card-container">
<el-row :class="[tabStyle, 'tabs-container']">
<el-col class="tabs-column">
<span :class="[tabStyle, 'link-container']" v-for="tab in tabs" :key="tab.label">
Expand Down Expand Up @@ -84,7 +84,7 @@ export default {

<style lang="scss" scoped>
@import '../../../assets/_variables.scss';
.container {
.content-tab-card-container {
width: fit-content;
min-width: 100%;
display: table;
Expand Down

0 comments on commit bc806d6

Please sign in to comment.