Browse Source

margin for p

master
hole-thu 2 years ago
parent
commit
f255f46967
  1. 4
      src/Flows.css

4
src/Flows.css

@ -196,6 +196,10 @@
overflow-x: auto; overflow-x: auto;
} }
.box-content > p:not(:last-child) {
margin-bottom: 1em;
}
.left-container .box-content { .left-container .box-content {
max-height: calc(100vh + 15em); max-height: calc(100vh + 15em);
overflow-y: hidden; overflow-y: hidden;

Loading…
Cancel
Save