Skip to content

Commit

Permalink
[BUGFIX](#884)Run configurations' behavior is weird
Browse files Browse the repository at this point in the history
  - fixed style(margin)

Signed-off-by: Minsung Jin <minsung.jin@samsung.com>
  • Loading branch information
minsung-jin committed Jan 27, 2016
1 parent 04eb4d9 commit 8265cfd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@
.run-configuration-dialog-container {
position: relative;
font-size:10pt;
margin: -10px;
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;
margin-bottom: 5px;
/*font-family: 'Nanum Gothic Coding', Verdana,Arial,sans-serif;*/
}
.run-configuration-dialog {
Expand Down

0 comments on commit 8265cfd

Please sign in to comment.