We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77dab4 commit 2136095Copy full SHA for 2136095
1 file changed
src/modules/utils/modals/assetInfo/assetInfo.less
@@ -8,7 +8,7 @@ html body md-dialog.asset-info-modal {
8
}
9
10
.chart-wrapper {
11
- opacity: 0.5;
+ opacity: 0.2;
12
position: relative;
13
margin-left: -40px;
14
margin-right: -40px;
@@ -34,6 +34,13 @@ html body md-dialog.asset-info-modal {
34
overflow-y: auto;
35
max-height: calc(~'74vh - 300px');
36
37
+
38
+ .one-line {
39
+ max-height: 1.3em;
40
+ overflow: hidden;
41
+ text-overflow: ellipsis;
42
+ white-space: nowrap;
43
+ }
44
45
46
.padding-content .tab-tem {
@@ -55,6 +62,7 @@ html body md-dialog.asset-info-modal {
55
62
width: 120px;
56
63
align-items: center;
57
64
display: flex;
65
+ align-self: flex-start;
58
66
59
67
60
68
& > div:last-child {
0 commit comments