Skip to content

Commit c7a16c4

Browse files
cgokeyChristopher D. Gokey
andauthored
MMT-3866: Fixed style issues in MMT. (#1422)
Co-authored-by: Christopher D. Gokey <christopher.d.gokey@nasa.gov>
1 parent 9e2028c commit c7a16c4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

static/src/css/vendor/bootstrap/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@import "bootstrap/scss/button-group";
4545
@import "bootstrap/scss/nav";
4646
@import "bootstrap/scss/navbar"; // Requires nav
47-
// @import "bootstrap/scss/card";
47+
@import "bootstrap/scss/card";
4848
@import "bootstrap/scss/breadcrumb";
4949
@import "bootstrap/scss/accordion";
5050
@import "bootstrap/scss/pagination";

static/src/js/components/Table/Table.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@
5959
}
6060

6161
td:first-child {
62-
border: 0;
63-
6462
&::before {
6563
position: absolute;
6664
z-index: -1;

0 commit comments

Comments
 (0)