From 9003941563f843439b812068f909ac483b1c3433 Mon Sep 17 00:00:00 2001 From: roopesh Date: Fri, 9 Jul 2021 07:49:09 -0700 Subject: [PATCH] fix: wrap actions (#208) Actions get cut off; wrap actions instead --- src/styles.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles.js b/src/styles.js index 2cfe6f09..f477084c 100755 --- a/src/styles.js +++ b/src/styles.js @@ -229,6 +229,8 @@ export default css` min-height: 30px; display: flex; flex-direction: row; + flex-flow: row wrap; + flex-wrap: wrap; justify-content: space-evenly; }