ydb-embedded-ui 1.2.5 → 1.2.6
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### [1.2.6](https://www.github.com/ydb-platform/ydb-embedded-ui/compare/v1.2.5...v1.2.6) (2022-05-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* code-review ([1068339](https://www.github.com/ydb-platform/ydb-embedded-ui/commit/1068339d128fb44b661837b7d777b5e5f725a611))
|
9
|
+
* **Diagnostics:** layout ([2b11c35](https://www.github.com/ydb-platform/ydb-embedded-ui/commit/2b11c35c14cd1fa17d36bbeb2a371fb2fef3fb70))
|
10
|
+
|
3
11
|
### [1.2.5](https://www.github.com/ydb-platform/ydb-embedded-ui/compare/v1.2.4...v1.2.5) (2022-05-05)
|
4
12
|
|
5
13
|
|
@@ -3,6 +3,14 @@
|
|
3
3
|
.healthcheck {
|
4
4
|
padding: 25px 20px 20px;
|
5
5
|
|
6
|
+
&__issues {
|
7
|
+
overflow-x: hidden;
|
8
|
+
overflow-y: auto;
|
9
|
+
|
10
|
+
height: 70vh;
|
11
|
+
max-height: 70vh;
|
12
|
+
}
|
13
|
+
|
6
14
|
&__loader {
|
7
15
|
display: flex;
|
8
16
|
justify-content: center;
|
@@ -29,18 +37,23 @@
|
|
29
37
|
|
30
38
|
&__status-wrapper {
|
31
39
|
display: flex;
|
32
|
-
|
40
|
+
align-items: baseline;
|
33
41
|
|
34
42
|
margin-bottom: 15px;
|
43
|
+
gap: 8px;
|
35
44
|
}
|
36
45
|
|
37
46
|
&__preview-title {
|
38
47
|
font-weight: 600;
|
48
|
+
line-height: 24px;
|
39
49
|
}
|
40
50
|
|
41
51
|
&__self-check-status-indicator {
|
42
52
|
padding: 0 8px;
|
43
53
|
|
54
|
+
font-size: 13px;
|
55
|
+
line-height: 24px;
|
56
|
+
|
44
57
|
border-radius: 4px;
|
45
58
|
|
46
59
|
&_good,
|