@pb33f/cowboy-components 0.0.13 → 0.0.14

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.
@@ -8,7 +8,7 @@ export default css `
8
8
  }
9
9
 
10
10
  sl-details {
11
- max-width: 780px;
11
+ max-width: 100%;
12
12
  }
13
13
 
14
14
  sl-details::part(header) {
@@ -28,7 +28,7 @@ export default css `
28
28
  padding: 0 0 0 var(--global-space);
29
29
  margin:0;
30
30
  overflow-x: auto;
31
- max-width: 800px;
31
+ max-width: 100%;
32
32
  padding-bottom: var(--global-space)
33
33
  }
34
34
 
@@ -71,7 +71,7 @@ export default css `
71
71
  @media only screen and (max-width: 800px) {
72
72
 
73
73
  sl-details {
74
- max-width: 350px;
74
+ max-width: calc(100vw - 20px);
75
75
  }
76
76
 
77
77
  }
@@ -64,7 +64,11 @@ export default css `
64
64
  font-weight: normal;
65
65
  }
66
66
 
67
+ .kv-table >table > tbody > tr > td > a {
68
+ font-size: 14px;
69
+ }
67
70
 
71
+
68
72
  pre {
69
73
  word-wrap: break-word;
70
74
  white-space: pre-wrap;
@@ -241,7 +241,11 @@
241
241
  font-weight: normal;
242
242
  }
243
243
 
244
+ .kv-table >table > tbody > tr > td > a {
245
+ font-size: 14px;
246
+ }
244
247
 
248
+
245
249
  pre {
246
250
  word-wrap: break-word;
247
251
  white-space: pre-wrap;
@@ -1327,7 +1331,7 @@ Please report this to https://github.com/markedjs/marked.`,e){const n="<p>An err
1327
1331
  }
1328
1332
 
1329
1333
  sl-details {
1330
- max-width: 780px;
1334
+ max-width: 100%;
1331
1335
  }
1332
1336
 
1333
1337
  sl-details::part(header) {
@@ -1347,7 +1351,7 @@ Please report this to https://github.com/markedjs/marked.`,e){const n="<p>An err
1347
1351
  padding: 0 0 0 var(--global-space);
1348
1352
  margin:0;
1349
1353
  overflow-x: auto;
1350
- max-width: 800px;
1354
+ max-width: 100%;
1351
1355
  padding-bottom: var(--global-space)
1352
1356
  }
1353
1357
 
@@ -1390,7 +1394,7 @@ Please report this to https://github.com/markedjs/marked.`,e){const n="<p>An err
1390
1394
  @media only screen and (max-width: 800px) {
1391
1395
 
1392
1396
  sl-details {
1393
- max-width: 350px;
1397
+ max-width: calc(100vw - 20px);
1394
1398
  }
1395
1399
 
1396
1400
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Princess Beef Heavy Industries Cowboy Components",
4
4
  "private": false,
5
5
  "license": "BUSL-1.1",
6
- "version": "0.0.13",
6
+ "version": "0.0.14",
7
7
  "type": "module",
8
8
  "main": "./dist/cowboy-components.umd.cjs",
9
9
  "module": "./dist/cowboy-components.js",