Browse Source

style tweak for wide screens

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
269fe4a9f0
  1. 4
      public/css/styling.css

4
public/css/styling.css

@ -227,8 +227,8 @@ strong {
.tx-io-label { max-width: 5%; } .tx-io-label { max-width: 5%; }
.tx-io-content { max-width: 95%; } .tx-io-content { max-width: 95%; }
.tx-io-desc { max-width: 60%; } .tx-io-desc { max-width: 70%; }
.tx-io-value { max-width: 40%; text-align: right; padding-right: 25px; } .tx-io-value { max-width: 30%; text-align: right; padding-right: 25px; }
} }

Loading…
Cancel
Save