Skip to content

Commit 5c75b5e

Browse files
authored
Fixed tabs styles and editor alignments (#2698)
1 parent 3dfd3ee commit 5c75b5e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/themes/designer/styles/forms.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ details {
239239
padding-left: 20px;
240240
margin: 10px 0;
241241

242+
* {
243+
position: relative;
244+
}
245+
242246
&[open]:before {
243247
content: "";
244248
left: 7px;

src/themes/website/styles/widgets/tabs.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
.tab-navs {
88
display: flex;
9+
10+
.nav-link-active {
11+
font-weight: bold;
12+
}
913
}
1014

1115
.tab-content {

0 commit comments

Comments
 (0)