Skip to content

Commit 6afe5ae

Browse files
authored
tabs (#1661)
1 parent 6d52b39 commit 6afe5ae

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div class="tabs-model-aproach-head"><button class="tab-li-model-aproach tabheader_active">Python</button><button class="tab-li-model-aproach tab-li-jsl">JSL</button><button class="tab-li-model-aproach">Scala</button><button class="tab-li-model-aproach tab-li-nlu">NLU</button></div>
1+
<div class="tabs-model-aproach-head"><button class="tab-li-model-aproach tabheader_active">Python<strong>Healthcare NLP</strong></button><button class="tab-li-model-aproach tab-li-jsl">Python<strong>JohnSnowLabs</strong></button><button class="tab-li-model-aproach">Scala</button><button class="tab-li-model-aproach tab-li-nlu">NLU</button></div>

docs/_sass/custom.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,22 @@ code.language-plaintext {
13061306
color: #fff;
13071307
border-color: $color-lightblue;
13081308
}
1309+
}
13091310

1311+
.tabs-model-aproach-head {
1312+
display: flex;
1313+
}
1314+
1315+
.tab-li-model-aproach {
1316+
display: inline-flex;
1317+
flex-wrap: wrap;
1318+
justify-content: center;
1319+
flex-direction: column;
1320+
strong {
1321+
display: block;
1322+
font-size: 15px;
1323+
font-weight: 500;
1324+
}
13101325
}
13111326

13121327
.tabs-python-scala-head {

0 commit comments

Comments
 (0)