Skip to content

Commit

Permalink
Merge pull request #626 from ethereum/styleDAR
Browse files Browse the repository at this point in the history
style fix in tx item
  • Loading branch information
yann300 committed Dec 3, 2020
2 parents 52c0910 + 58bb328 commit 0c6247d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/remix-ide/src/app/components/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const css = csjs`
}
.plugItIn > div {
overflow-y : auto;
overflow-x : hidden;
height : 100%;
width : 100%;
}
Expand Down
1 change: 1 addition & 0 deletions apps/remix-ide/src/app/tabs/styles/run-tab-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ var css = csjs`
.select {
font-weight: normal;
width: 100%;
overflow: hidden;
}
.instanceContainer {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-ide/src/app/ui/universal-dapp-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ UniversalDAppUI.prototype.renderInstanceFromABI = function (contractABI, address

var close = yo`
<button
class="${css.udappClose} mr-2 p-1 btn btn-secondary"
class="${css.udappClose} mr-1 p-1 btn btn-secondary align-items-center"
data-id="universalDappUiUdappClose"
onclick=${remove}
title="Remove from the list"
Expand Down
2 changes: 2 additions & 0 deletions apps/remix-ide/src/universal-dapp-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ var css = csjs`
word-break: break-word;
width: 100%;
border: none;
overflow: hidden;
}
.spanTitleText {
line-height: 12px;
Expand All @@ -43,6 +44,7 @@ var css = csjs`
border: none;
background: none;
text-transform: uppercase;
overflow: hidden;
}
.inputGroupText {
width: 100%;
Expand Down

0 comments on commit 0c6247d

Please sign in to comment.