index.css 179 B

123456789101112
  1. .demo-node-content {
  2. padding: 8px 12px;
  3. flex-grow: 1;
  4. width: 100%;
  5. }
  6. .demo-node-title {
  7. font-weight: 500;
  8. font-size: 14px;
  9. width: 100%;
  10. margin: 4px 0px 12px 0px;
  11. }