Skip to content

Commit

Permalink
improvement: operation path + summary overflow styling
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey committed Feb 16, 2019
1 parent 937c8f6 commit 534a1e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,9 @@


display: flex;
flex: 0 3 auto;
align-items: center;

word-break: break-all;
word-break: break-word;

padding: 0 10px;

Expand All @@ -270,7 +269,9 @@
{
font-size: 13px;

flex: 1;
flex: 1 1 auto;

word-break: break-word;

@include text_body();
}
Expand Down

0 comments on commit 534a1e5

Please sign in to comment.