Skip to content

Commit

Permalink
fix(CSS): Cleaned some obsolete files and fixed problem in Asset Deta…
Browse files Browse the repository at this point in the history
…ils dialog.
  • Loading branch information
supereth committed Dec 6, 2016
1 parent 6280b80 commit 1d6c0d5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -920,14 +920,6 @@ span.tabs-radio img.selected {
max-width: 640px;
}

#asset-details-dialog .wavesTable tr:nth-child(4) {
max-width: 630px !important;
}

#asset-details-dialog .wavesTable {
max-width: 630px !important;
}

#create-asset-confirmation,
#asset-transfer-dialog,
#asset-reissue-dialog,
Expand Down Expand Up @@ -1480,6 +1472,12 @@ span.tabs-radio img.selected {
padding-bottom: 1rem;
}

/* Fix for the long non-spacing strings in the details field*/
#asset-details-dialog .wavesTable tr:nth-child(4) {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}

/* Payment Forms BALANCE style */

Expand Down

0 comments on commit 1d6c0d5

Please sign in to comment.