Fix width for smaller screens
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
86bb56ab6f
commit
7c9755d1a6
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
.RightPanelView{
|
||||
grid-area: right;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
Reference in a new issue