Use alt CSS border-box model in work packages view

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/1768/head
Alex Coles 10 years ago
parent 75cf910c74
commit 4c72b2fd81
  1. 4
      app/assets/stylesheets/content/_work_packages.sass

@ -28,6 +28,10 @@
@import content/forms
// TODO: apply this throughout the application
#work-packages-index div
box-sizing: border-box
// HACK: workaround to ensure correct height applied to child elements
#content > div[ui-view],
#work-packages-index

Loading…
Cancel
Save