css 정리

main
이범준 8 months ago
parent b06b8f4cd4
commit 97363e85de

@ -327,7 +327,6 @@ caption {
th { th {
font-weight: 600; font-weight: 600;
text-align: -webkit-match-parent; text-align: -webkit-match-parent;
text-align: match-parent;
text-align: inherit; text-align: inherit;
} }

@ -7072,4 +7072,4 @@
return index_umd; return index_umd;
})); }));
//# sourceMappingURL=bootstrap.bundle.js.map

@ -193,7 +193,7 @@
.bs-stepper .line { .bs-stepper .line {
flex: 0; flex: 0;
min-width: auto; min-width: auto;
min-height: auto; min-height: 1px;
background-color: transparent; background-color: transparent;
margin: 0; margin: 0;
} }

Loading…
Cancel
Save