@docsector/docsector-reader 0.10.3 → 0.10.4
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/bin/docsector.js +1 -1
- package/package.json +1 -1
- package/src/css/app.sass +4 -1
package/bin/docsector.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docsector/docsector-reader",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"description": "A documentation rendering engine built with Vue 3, Quasar v2 and Vite. Transform Markdown into beautiful, navigable documentation sites.",
|
|
5
5
|
"productName": "Docsector Reader",
|
|
6
6
|
"author": "Rodrigo de Araujo Vieira",
|
package/src/css/app.sass
CHANGED
|
@@ -289,7 +289,7 @@ body.body--dark
|
|
|
289
289
|
-webkit-overflow-scrolling: touch
|
|
290
290
|
max-width: 100%
|
|
291
291
|
table
|
|
292
|
-
|
|
292
|
+
width: max-content
|
|
293
293
|
border: 1px solid #eee
|
|
294
294
|
border-radius: 4px
|
|
295
295
|
border-spacing: 0
|
|
@@ -298,6 +298,9 @@ body.body--dark
|
|
|
298
298
|
font-weight: bold
|
|
299
299
|
border-bottom: 2px solid #eee
|
|
300
300
|
text-align: left
|
|
301
|
+
white-space: nowrap
|
|
302
|
+
td code
|
|
303
|
+
white-space: nowrap
|
|
301
304
|
tr
|
|
302
305
|
vertical-align: top
|
|
303
306
|
&:not(.js-file-line-container)
|