# HG changeset patch # User Alexandre Segura # Date 1497864927 -7200 # Node ID c20f32e92759925bf26c05b7f346f6afa81c6aa1 # Parent 3b20e2b584fe2fa5ce02a9a0718be050ffe21e0c Fix session page CSS. diff -r 3b20e2b584fe -r c20f32e92759 client/src/App.scss --- a/client/src/App.scss Fri Jun 16 18:36:39 2017 +0200 +++ b/client/src/App.scss Mon Jun 19 11:35:27 2017 +0200 @@ -95,6 +95,8 @@ justify-content: flex-end; .session-notes { overflow-y: auto; + width: 100%; + flex: 1; } }