File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ const Addresses = ({
173173 onItemContextMenu = { item => {
174174 contextMenu ( { type : 'addressList' , id : item . identifier } )
175175 } }
176+ className = "listWithDesc"
176177 />
177178 )
178179}
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ const TransactionList = ({
209209 contextMenu ( { type : 'transactionList' , id : item . hash } )
210210 }
211211 } }
212+ className = "listWithDesc"
212213 />
213214 )
214215}
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ import './NetworkSetting.stories'
99import './PasswordRequest.stories'
1010import './TransactionFeePanel.stories'
1111import './SyncStatus.stories'
12+ import 'styles/index.scss'
13+ import './styles.scss'
Original file line number Diff line number Diff line change 1+ body {
2+ display : block
3+ }
Original file line number Diff line number Diff line change @@ -52,4 +52,16 @@ navbar {
5252
5353.fixedWidth {
5454 font-family : monospace ;
55- }
55+ }
56+
57+ .listWithDesc {
58+ .ms-DetailsRow-cell {
59+ display : flex ;
60+ align-items : center ;
61+ }
62+
63+ .text-overflow {
64+ overflow : hidden ;
65+ text-overflow : ellipsis
66+ }
67+ }
You can’t perform that action at this time.
0 commit comments