Skip to content

Commit

Permalink
fix: Padding in level editor (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Nov 15, 2022
1 parent 49a6249 commit c212855
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions game/static/game/css/game_screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,10 @@ div.no-print div.tab label {
overflow: hidden;
}

#tab_panes_wrapper .tab_pane {
padding: 20px 20px 0 30px;
}

.tab_break {
width: auto;
height: 20px;
Expand Down

0 comments on commit c212855

Please sign in to comment.