Mirror of https://github.com/roostorg/osprey
github.com/roostorg/osprey
1.card {
2 width: 100%;
3}
4
5.description {
6 width: 100%;
7 height: 100%;
8}
9
10.description :global(table) {
11 table-layout: fixed !important;
12}
13
14.contentTable {
15 margin-left: -8px;
16}
17
18.cardTitle {
19 display: flex;
20 align-items: center;
21}
22
23.cardHeader {
24 display: flex;
25 align-items: center;
26 justify-content: space-between;
27 margin: 6px 0;
28}
29
30.actionName {
31 text-transform: lowercase;
32 font-weight: 600;
33}
34
35.timestamp {
36 margin: 0 6px;
37}
38
39:global(.ant-descriptions-item-label),
40:global(.ant-descriptions-item-content) {
41 padding: 2px 4px !important;
42 overflow: hidden;
43 white-space: nowrap;
44 text-overflow: ellipsis;
45}
46
47.eventStreamCard :global(.ant-descriptions):nth-child(n + 2) :global(.ant-descriptions-view) {
48 border-top: none !important;
49}