Skip to content

Commit

Permalink
Merge pull request #967 from oraichain/hotfix/table_raw
Browse files Browse the repository at this point in the history
fix: width td
  • Loading branch information
haunv3 authored Jan 12, 2024
2 parents 23131bc + c14119a commit 0814cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tx/TxData/TxMessage/TxMessage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
line-height: 150%;
vertical-align: inherit;
border: 1px solid var(--common-themedTable-tableBorderColor);
min-width: 200px;

&:nth-child(odd) {
background: var(--common-themedTable-oddRowBackgroundColor);
Expand Down

0 comments on commit 0814cb0

Please sign in to comment.