Skip to content

Commit

Permalink
- fixed an issue causing values at the evaluate dialog to be cut off …
Browse files Browse the repository at this point in the history
…(#827, #829)
  • Loading branch information
Kyusung4698 committed Sep 19, 2020
1 parent 3468ef8 commit f791409
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
- added heist item types at the market
- added heist filter group at the market
- updated the external link behaviour to skip in game notification
- fixed an issue that could freeze the launcher (#826)
- fixed an issue causing values at the evaluate dialog to be cut off (#827, #829)
- fixed an issue freezing the launcher (#826)
- fixed an issue with too long stats at the market window (#814)
- fixed an issue using the slider at the settings window (#815)

Expand Down
4 changes: 4 additions & 0 deletions src/styles/_bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ $grid-gutter-width: 12px;
*::after {
box-sizing: border-box;
}

input {
padding: 0;
}

0 comments on commit f791409

Please sign in to comment.