Skip to content

Commit

Permalink
Fix width for smaller screens
Browse files Browse the repository at this point in the history
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
  • Loading branch information
MidhunSureshR committed Jul 16, 2021
1 parent 8e403e6 commit 8f2dcbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/web/ui/css/right-panel.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.RightPanelView{
grid-area: right;
min-height: 0;
min-width: 0;
display: flex;
flex-direction: column;
}
Expand Down

0 comments on commit 8f2dcbc

Please sign in to comment.