@seqera/docusaurus-theme-seqera 1.0.6-next.26 → 1.0.6-next.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -448,3 +448,13 @@ Infima is Docusaurus's built in CSS framework.
448
448
  background-color: var(--color-wave-600);
449
449
  border-color: var(--color-wave-600);
450
450
  }
451
+
452
+ /* Tabs - Allow text wrapping in tab labels */
453
+ .tabs {
454
+ flex-wrap: nowrap !important;
455
+ }
456
+
457
+ .tabs__item {
458
+ white-space: normal !important;
459
+ text-align: left;
460
+ }
@@ -2,10 +2,16 @@
2
2
 
3
3
  .tabList {
4
4
  margin-bottom: var(--ifm-leading);
5
+ flex-wrap: nowrap !important;
5
6
  }
6
7
 
7
8
  .tabItem {
8
9
  margin-top: 0 !important;
9
10
  padding: .8rem 1rem;
10
11
  margin: 1rem .1rem;
12
+ white-space: normal !important;
13
+ word-wrap: break-word;
14
+ text-align: left;
15
+ flex: 1 1 auto;
16
+ min-width: 0;
11
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seqera/docusaurus-theme-seqera",
3
- "version": "1.0.6-next.26",
3
+ "version": "1.0.6-next.28",
4
4
  "description": "Seqera docs theme for Docusaurus",
5
5
  "author": "Seqera docs team <education@seqera.io>",
6
6
  "license": "Apache-2.0",
@@ -448,3 +448,13 @@ Infima is Docusaurus's built in CSS framework.
448
448
  background-color: var(--color-wave-600);
449
449
  border-color: var(--color-wave-600);
450
450
  }
451
+
452
+ /* Tabs - Allow text wrapping in tab labels */
453
+ .tabs {
454
+ flex-wrap: nowrap !important;
455
+ }
456
+
457
+ .tabs__item {
458
+ white-space: normal !important;
459
+ text-align: left;
460
+ }
@@ -2,10 +2,16 @@
2
2
 
3
3
  .tabList {
4
4
  margin-bottom: var(--ifm-leading);
5
+ flex-wrap: nowrap !important;
5
6
  }
6
7
 
7
8
  .tabItem {
8
9
  margin-top: 0 !important;
9
10
  padding: .8rem 1rem;
10
11
  margin: 1rem .1rem;
12
+ white-space: normal !important;
13
+ word-wrap: break-word;
14
+ text-align: left;
15
+ flex: 1 1 auto;
16
+ min-width: 0;
11
17
  }