Add margin of the input field to the a.button

pull/3580/head
Henriette Dinger 9 years ago
parent 8c01543aca
commit 1dbf883539
  1. 2
      app/assets/stylesheets/content/_table.sass

@ -38,7 +38,7 @@ $generic-table--header-font-size: 0.875rem
$generic-table--header-height: 40px
$generic-table--footer-height: 34px
$input-elements: input, 'input.form--text-field', select, 'select.form--select', '.form--field-affix'
$input-elements: input, 'input.form--text-field', select, 'select.form--select', '.form--field-affix', 'a.button'
.generic-table--container
position: relative

Loading…
Cancel
Save