Skip to content

Commit

Permalink
Merge branch 'hotfix/ui_updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed Jul 9, 2020
2 parents f0ed54a + 90f5780 commit 5c26fc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui-components/panels/panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
// background: red;
height: 33px;
margin-right: -10px;
button{
margin-right: 10px;
}
}
}

Expand Down
3 changes: 3 additions & 0 deletions src/viewlets/history.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

pre {
margin: 0;
white-space: break-spaces;
overflow: hidden;
text-overflow: ellipsis;
}

a {
Expand Down

0 comments on commit 5c26fc5

Please sign in to comment.