You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
139 B

4 years ago
  1. <div class="option-row">
  2. <slot></slot>
  3. </div>
  4. <style>
  5. div.option-row {
  6. margin-left: -0.5ch;
  7. margin-right: -0.5ch;
  8. }
  9. </style>