debug: fix call stack pane margin right

fixes #2545
This commit is contained in:
isidor 2016-02-01 11:45:38 +01:00
parent d0795c41f1
commit 599d0cccbc

View file

@ -93,7 +93,7 @@
overflow: hidden;
text-overflow: ellipsis;
padding-right: 0.8em;
margin-right: 0.8em;
margin-right: 0.2em;
}
.debug-viewlet .debug-call-stack .stack-frame > .file {