Skip to content

Commit 9fbf7e3

Browse files
committed
Fixed border radius bug
1 parent 4bde679 commit 9fbf7e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/LicenseUseCard.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ export default {
114114
.sub-tabs {
115115
margin-top: 1.25rem;
116116
.tabs-content.is-boxed {
117-
padding: 1.5rem !important;
117+
padding: 1.5rem;
118118
border-bottom: none;
119-
border-top-right-radius: 0.25rem;
120119
}
121120
}
122121
.tabs.is-boxed li:first-child a {

0 commit comments

Comments
 (0)