Skip to content

Commit

Permalink
add min-width:100px to '.runRow td:first-child' class (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayidhe authored Jan 29, 2024
1 parent b0eb19c commit d6fcd59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RunTable/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

&:first-child {
text-align: left;
min-width: 100px;
}
}

Expand Down

0 comments on commit d6fcd59

Please sign in to comment.