diff --git a/webapp/src/components/centerPanel.scss b/webapp/src/components/centerPanel.scss index dddf9c03c..8c46f5cc1 100644 --- a/webapp/src/components/centerPanel.scss +++ b/webapp/src/components/centerPanel.scss @@ -51,6 +51,11 @@ flex-direction: row; justify-content: space-between; } + + .ViewTitle { + flex: 1; + padding-right: 16px; + } }