diff --git a/app/assets/stylesheets/protocols/protocol.scss b/app/assets/stylesheets/protocols/protocol.scss index 5c0213dd2..22c8ca663 100644 --- a/app/assets/stylesheets/protocols/protocol.scss +++ b/app/assets/stylesheets/protocols/protocol.scss @@ -12,6 +12,10 @@ padding: 0 0 10px; width: calc(100% + 31px); + .title-row h1 { + max-width: 100%; + } + .content-header { padding: 0 2em; }