Commit a44aa052 authored by LianaHus's avatar LianaHus

style fic in tx item

parent 7a48ab40
......@@ -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"
......
......@@ -34,6 +34,7 @@ var css = csjs`
word-break: break-word;
width: 100%;
border: none;
overflow: hidden;
}
.spanTitleText {
line-height: 12px;
......@@ -43,6 +44,7 @@ var css = csjs`
border: none;
background: none;
text-transform: uppercase;
overflow: hidden;
}
.inputGroupText {
width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment