Adjust spacings so that the inner tab content is aligned on the right side on mobile

pull/10553/head
Henriette Darge 3 years ago committed by Oliver Günther
parent 4c47ea2618
commit c23c545db1
  1. 5
      frontend/src/global_styles/layout/work_packages/_mobile.sass

@ -62,7 +62,10 @@
.work-packages--panel-inner
padding: 0
max-width: calc(100vw - 40px)
max-width: calc(100vw - 30px)
.tabcontent
padding: 0
.work-packages-full-view--resizer
display: none

Loading…
Cancel
Save