We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e42693 commit be09f59Copy full SHA for be09f59
app/style/Governance.less
@@ -271,7 +271,7 @@
271
.proposal-details-overview-voting {
272
background-color: var(--disabled-background-color-lighter);
273
padding: 30px 20px;
274
- width: 286px;
+ width: 284px;
275
height: 60px;
276
277
.go-back-icon-button {
@@ -360,6 +360,7 @@
360
361
.proposal-details-text {
362
overflow: auto;
363
+ margin-top: 20px;
364
p {
365
word-wrap: break-word;
366
}
app/style/Layout.less
@@ -202,9 +202,7 @@
202
203
204
.tabbed-page-body.governance>.tab-content {
205
- overflow-y: hidden;
206
- display: flex;
207
- flex-direction: column;
+ height: 100%;
208
209
210
.tabbed-page .tab-content {
0 commit comments