diff --git a/src/pages/Popup/Popup.jsx b/src/pages/Popup/Popup.jsx index 97d143e46..139db0aa8 100644 --- a/src/pages/Popup/Popup.jsx +++ b/src/pages/Popup/Popup.jsx @@ -154,6 +154,7 @@ class Popup extends Component { {itemsList}
diff --git a/src/pages/Popup/index.css b/src/pages/Popup/index.css index 3ea65560f..a282c19e2 100644 --- a/src/pages/Popup/index.css +++ b/src/pages/Popup/index.css @@ -24,4 +24,6 @@ code { text-align: center; font-size: xx-small; position: absolute; + display: flex; + justify-content: space-around; } \ No newline at end of file