(fix) responsive awaiting transaction width

pull/1844/head
Gabriel Rodriguez Alsina 6 years ago
parent feaa472f06
commit 64b972841e
  1. 1
      apps/block_scout_web/assets/css/components/_tile.scss

@ -156,6 +156,7 @@ $tile-padding: 1rem;
border-radius: 4px; border-radius: 4px;
border: 1px solid $border-color; border: 1px solid $border-color;
color: $text-muted; color: $text-muted;
flex-grow: 1;
font-size: 12px; font-size: 12px;
line-height: 1.4rem; line-height: 1.4rem;
padding: $tile-padding; padding: $tile-padding;

Loading…
Cancel
Save