Fix width for smaller screens

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-07-16 17:03:39 +05:30
parent 86bb56ab6f
commit 7c9755d1a6

View file

@ -1,6 +1,7 @@
.RightPanelView{
grid-area: right;
min-height: 0;
min-width: 0;
display: flex;
flex-direction: column;
}