Skip to content

Commit

Permalink
Merge branch 'v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao committed Nov 7, 2022
2 parents dbf8773 + 32a6201 commit 3635530
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default function BlockDetail() {
<div className="trans-detail">
<p>
<Link
className="w500 ellipsis hash"
className="w530 ellipsis hash"
to={{
pathname: "/chain/transaction:" + item.txId,
state: { from: path }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class Transaction extends React.Component {
/> */}
<div className="trans-detail">
<p>
<Link className="w500 ellipsis hash code"
<Link className="w530 ellipsis hash code"
to={{
pathname: local + item.txId,
state: { from: path }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class Untransaction extends React.Component {
/> */}
<div className="trans-detail">
<p>
<Link className="w500 ellipsis hash"
<Link className="w530 ellipsis hash"
to={{
pathname: local + item.txId,
state: { from: path }
Expand Down
6 changes: 6 additions & 0 deletions neo3-gui/neo3-gui/ClientApp/src/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ small,
margin-right: auto;
margin-left: auto;
}
.w530 {
max-width: 530px;
width: 100%;
margin-right: auto;
margin-left: auto;
}
.w600 {
max-width: 650px;
width: 100%;
Expand Down

0 comments on commit 3635530

Please sign in to comment.