fix: empty recent tx list styling
This commit is contained in:
parent
a482362f6f
commit
bb0436d0ee
4 changed files with 8 additions and 6 deletions
|
@ -121,7 +121,7 @@ class TransactionList extends React.PureComponent<Props> {
|
|||
)}
|
||||
|
||||
{!loading && !transactionList.length && (
|
||||
<p className="main--empty empty">{emptyMessage || __('No transactions.')}</p>
|
||||
<h2 className="main--empty empty">{emptyMessage || __('No transactions.')}</h2>
|
||||
)}
|
||||
|
||||
{!!transactionList.length && (
|
||||
|
|
|
@ -78,8 +78,8 @@
|
|||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
margin-top: 100px;
|
||||
margin-bottom: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,6 +18,10 @@ table,
|
|||
}
|
||||
}
|
||||
|
||||
.table--empty {
|
||||
// padding: var(--spacing-large);
|
||||
}
|
||||
|
||||
td {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
@ -473,8 +473,6 @@
|
|||
"Editing": "Editing",
|
||||
"Edit Your Channel": "Edit Your Channel",
|
||||
"Editing Your Channel": "Editing Your Channel",
|
||||
"We can explain... We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use it.": "We can explain... We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use it.",
|
||||
"We can explain... \n\n We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use it.": "We can explain... \n\n We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use it.",
|
||||
"We can explain...": "We can explain...",
|
||||
"We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use": "We know this page won't win any design awards, we have a cool idea for channel edits in the future. We just wanted to release a very very very basic version that just barely kinda works so people can use",
|
||||
"We know this page won't win any design awards, we just wanted to release a very very very basic version that just barely kinda works so people can use": "We know this page won't win any design awards, we just wanted to release a very very very basic version that just barely kinda works so people can use",
|
||||
|
@ -484,4 +482,4 @@
|
|||
"Filter": "Filter",
|
||||
"Rendering document.": "Rendering document.",
|
||||
"Sorry, looks like we can't load the document.": "Sorry, looks like we can't load the document."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue