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 {
padding: .5em 0;
overflow-x: auto;
}
.left-container .box-content {

1
src/Sidebar.css

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

Loading…
Cancel
Save