diff -r cd27d9fc1c73 -r 49c5ea36d0a4 client/src/App.scss --- a/client/src/App.scss Thu Jun 22 12:53:00 2017 +0200 +++ b/client/src/App.scss Thu Jun 22 12:37:53 2017 +0200 @@ -118,6 +118,7 @@ } } .notes-list { + min-width: 75%; overflow-y: auto; } } @@ -129,6 +130,7 @@ } .note { + display: flex; position: relative; padding-left: 70px; margin-bottom: 20px; @@ -159,6 +161,14 @@ bottom: 0; left: 0; } + + &-content { + width: 66.6666%; + } + + &-margin-comment { + width: 33.3333%; + } } span.annotation {