@apify/docs-theme 1.0.11 → 1.0.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -297,7 +297,7 @@ article .card h2 {
297
297
  .menu__link,
298
298
  .table-of-contents__link {
299
299
  text-overflow: ellipsis;
300
- display: inline-block;
300
+ display: inline-block !important;
301
301
  width: 100%;
302
302
  overflow: hidden;
303
303
  white-space: nowrap;
@@ -488,7 +488,7 @@ div[class*="searchBox"] {
488
488
  display: flex;
489
489
  }
490
490
 
491
- @media (min-width: 480px) {
491
+ @media (min-width: 480px) {
492
492
  .navbar__logo {
493
493
  display: initial;
494
494
  }
@@ -556,7 +556,6 @@ html .table-of-contents ul {
556
556
  display: inline-flex;
557
557
  -webkit-box-align: center;
558
558
  align-items: center;
559
-
560
559
  }
561
560
 
562
561
  .actionLink:hover {
@@ -586,4 +585,4 @@ html[data-theme='dark'] .actionLink:hover::after {
586
585
  .actionLink:hover::after {
587
586
  background-image: url('/img/arrow-right-primary.svg');
588
587
  margin-left: 8px;
589
- }
588
+ }