diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 48b18db8e..dc837a619 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -614,6 +614,12 @@ $epigraph-line-height: rem-calc(22); border-right: 1px solid $border; } } + + .border-left { + @include breakpoint(medium) { + border-left: 1px solid $border; + } + } .draft-panel { text-transform: uppercase; diff --git a/app/views/legislation/draft_versions/show.html.erb b/app/views/legislation/draft_versions/show.html.erb index fc3dadaaf..df3d49047 100644 --- a/app/views/legislation/draft_versions/show.html.erb +++ b/app/views/legislation/draft_versions/show.html.erb @@ -28,7 +28,7 @@