completion-kit 0.25.2 → 0.25.3
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: 522b556370ce964401d721cfca911d3eeed34c73d4f00a10fd817d72aea6ebd9
|
|
4
|
+
data.tar.gz: 376659f68600f29d4b5a8d5a659b106154794b1c21fce13419115199061f99b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f4d28f7545dee426f9ecf540a8249a5559c60c75624dae1649c0cf5a9a32eeeb37d3ce0e82d90c3749859bd593aec9c6f874a8284a0b3635ea7b60b4197baae
|
|
7
|
+
data.tar.gz: 547840aee8d6b9d2ca7495ab9d716116ca5aba721503c6b4d71570789587af94ed0c7d5afe5c73d853362e1e6dbabd583e2042731002336ef63e1b703312db84
|
|
@@ -4005,6 +4005,13 @@ table.ck-runs-table {
|
|
|
4005
4005
|
min-width: 0;
|
|
4006
4006
|
}
|
|
4007
4007
|
|
|
4008
|
+
.ck-runs-table .ck-run-name .ck-record-name {
|
|
4009
|
+
min-width: 0;
|
|
4010
|
+
overflow: hidden;
|
|
4011
|
+
text-overflow: ellipsis;
|
|
4012
|
+
white-space: nowrap;
|
|
4013
|
+
}
|
|
4014
|
+
|
|
4008
4015
|
.ck-runs-table .ck-run-name strong {
|
|
4009
4016
|
overflow: hidden;
|
|
4010
4017
|
text-overflow: ellipsis;
|