Made pod overflow more aesthetic

This commit is contained in:
Gregg8 2018-01-16 17:33:10 +11:00
parent 2c2d0fb14d
commit b07514d001
2 changed files with 4 additions and 2 deletions

View File

@ -346,7 +346,8 @@
(defn render [app-db]
[rc/v-box
:style {:margin-right common/gs-19s}
:style {:margin-right common/gs-19s
:overflow "hidden"}
:children [[panel-header]
[pod-section]
[rc/gap-f :size pod-gap]]])

View File

@ -243,7 +243,8 @@
(defn render []
[]
[rc/v-box
:style {:margin-right common/gs-19s}
:style {:margin-right common/gs-19s
:overflow "hidden"}
:children [[panel-header]
[pod-section]
[rc/gap-f :size pod-gap]