Skip to content

Commit 2136095

Browse files
committed
client-398-asset-info: layout fix
1 parent a77dab4 commit 2136095

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/modules/utils/modals/assetInfo/assetInfo.less

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ html body md-dialog.asset-info-modal {
88
}
99

1010
.chart-wrapper {
11-
opacity: 0.5;
11+
opacity: 0.2;
1212
position: relative;
1313
margin-left: -40px;
1414
margin-right: -40px;
@@ -34,6 +34,13 @@ html body md-dialog.asset-info-modal {
3434
overflow-y: auto;
3535
max-height: calc(~'74vh - 300px');
3636
}
37+
38+
.one-line {
39+
max-height: 1.3em;
40+
overflow: hidden;
41+
text-overflow: ellipsis;
42+
white-space: nowrap;
43+
}
3744
}
3845

3946
.padding-content .tab-tem {
@@ -55,6 +62,7 @@ html body md-dialog.asset-info-modal {
5562
width: 120px;
5663
align-items: center;
5764
display: flex;
65+
align-self: flex-start;
5866
}
5967

6068
& > div:last-child {

0 commit comments

Comments
 (0)