File tree Expand file tree Collapse file tree
src/modules/utils/modals/assetInfo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ <h4 class="basic-900">{{::$ctrl.asset.name}}</h4>
4747 < div class ="body-2 basic-700 " w-i18n ="modal.assetInfo.date "> </ div >
4848 < div class ="footnote-1 basic-500 "> {{::$ctrl.asset.timestamp | date:'dd.MM.yyyy hh:mm'}}</ div >
4949 </ div >
50- < div ng-if ="$ctrl.asset.description " class ="line ">
50+ < div ng-if ="$ctrl.asset.description " class ="line line-description ">
5151 < div class ="body-2 basic-700 " w-i18n ="modal.assetInfo.description "> </ div >
5252 < div class ="footnote-1 basic-500 "> {{::$ctrl.asset.description}}</ div >
5353 </ div >
Original file line number Diff line number Diff 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 {
@@ -47,6 +54,11 @@ html body md-dialog.asset-info-modal {
4754 padding : 5px 0 ;
4855 align-items : center ;
4956
57+ &-description div :last-child {
58+ padding-top : 6px ;
59+ min-height : 30px ;
60+ }
61+
5062 & :last-child {
5163 border-bottom : 0 none ;
5264 }
@@ -55,6 +67,7 @@ html body md-dialog.asset-info-modal {
5567 width : 120px ;
5668 align-items : center ;
5769 display : flex ;
70+ align-self : flex-start ;
5871 }
5972
6073 & > div :last-child {
You can’t perform that action at this time.
0 commit comments