Browse Source

bug fix

dev
thuhole 5 years ago
parent
commit
2d4e8d68e4
  1. 1
      src/Flows.css
  2. 1
      src/Sidebar.css

1
src/Flows.css

@ -190,6 +190,7 @@
.box-content { .box-content {
padding: .5em 0; padding: .5em 0;
overflow-x: auto;
} }
.left-container .box-content { .left-container .box-content {

1
src/Sidebar.css

@ -142,6 +142,7 @@
.sidebar-flow-item { .sidebar-flow-item {
display: block; display: block;
overflow-x: hidden;
} }
.sidebar-flow-item .box { .sidebar-flow-item .box {
width: 100%; width: 100%;

Loading…
Cancel
Save