completion-kit 0.28.13 → 0.28.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3aa50615418395ad99363761cda1ae26f1423659511d52db2252cd41b5cd13d9
|
|
4
|
+
data.tar.gz: 053ac0c75a8f0eaf921132adf4f6a6dee9f926495a0698700213e143fbc43a59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9eb01763e01bc3b96d0994a73dbf5a38ecd9f4ea928c133cca98575879eb0088754b256ae540ca2c2df66fcf94608f3de90acf9e88a14d2aa0c12939d8e45840
|
|
7
|
+
data.tar.gz: bf6992f1fb1a1f19abb7f1b59cde253a23e661a7301f590511328e7c1a662b6ed4199701d5b235beba681e15b6b9056dd80567301d338a15f391f8fa6b837fa0
|
|
@@ -3874,7 +3874,8 @@ select.ck-input {
|
|
|
3874
3874
|
|
|
3875
3875
|
.ck-prompts-table th:nth-child(1), .ck-prompts-table td:nth-child(1) { width: auto; }
|
|
3876
3876
|
.ck-prompts-table th:nth-child(2), .ck-prompts-table td:nth-child(2) { width: 6rem; white-space: nowrap; }
|
|
3877
|
-
.ck-prompts-table th:nth-child(3), .ck-prompts-table td:nth-child(3) { width:
|
|
3877
|
+
.ck-prompts-table th:nth-child(3), .ck-prompts-table td:nth-child(3) { width: 15.5rem; white-space: nowrap; overflow: hidden; }
|
|
3878
|
+
.ck-prompts-table td:nth-child(3) .ck-chip { display: inline-block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; }
|
|
3878
3879
|
.ck-prompts-table th:nth-child(4), .ck-prompts-table td:nth-child(4) { width: 7.5rem; white-space: nowrap; }
|
|
3879
3880
|
.ck-prompts-table th:nth-child(5), .ck-prompts-table td:nth-child(5) { width: 7.5rem; white-space: nowrap; }
|
|
3880
3881
|
.ck-prompts-table th:nth-child(6), .ck-prompts-table td:nth-child(6) { width: 3rem; }
|