filegrc 0.11.0 → 0.11.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/web.js +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "filegrc",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Zero-dependency Git-native GRC engine",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/web.js CHANGED
@@ -5280,6 +5280,9 @@ dialog::backdrop{background:rgba(0,0,24,.62)}
5280
5280
  .missing-options{border-color:#77612f;background:#382f19;color:#ffdc92}
5281
5281
  .status-dot.neutral{background:#9aabff}
5282
5282
  }
5283
+ .record-table td:has(.relation){min-width:150px}
5284
+ .record-table .relation{border-radius:7px;line-height:1.35;overflow-wrap:anywhere;word-break:normal}
5285
+ @media(max-width:760px){.record-table td:has(.relation){min-width:0}.record-table td[data-label]>.relation{grid-column:2}}
5283
5286
  `;
5284
5287
 
5285
5288
  function safeJson(value) {