vendor/assets/stylesheets/components/_card.scss in active_frontend-16.2.1 vs vendor/assets/stylesheets/components/_card.scss in active_frontend-16.2.2

- old
+ new

@@ -1,10 +1,11 @@ // Table of Contents // ================================================== // Card // scss-lint:disable NestingDepth +// scss-lint:disable SelectorDepth // Card // ================================================== .card { border: 1px solid; @@ -14,9 +15,27 @@ > img { border-radius: 0; margin-left: -1px; max-width: calc(100% + 3px); width: calc(100% + 3px); + } + + > .nav-tabs { + margin: 0; + padding: 0; + width: 100%; + + > li { + display: table-cell; + float: none; + margin: 0; + width: 1%; + + > a { + padding: 15px 0 14px; + text-align: center; + } + } } .table-encase, .table-border, .table-responsive {