Two column layout for full screen create

pull/4869/head
Henriette Dinger 8 years ago
parent 703b4c7916
commit 585dfcf3b9
  1. 3
      app/assets/stylesheets/layout/_work_package.sass

@ -302,7 +302,8 @@
// Implement two column layout for WP full screen view
@media screen and (min-width: 90rem)
.action-show .attributes-group
.action-show .attributes-group,
.full-create .attributes-group
.-columns-2
column-count: 2
column-gap: 4rem

Loading…
Cancel
Save