diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 0e089ff9a..8e7334935 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1082,10 +1082,13 @@ form { .notice-container { min-width: $line-height * 12; - position: absolute; right: 24px; top: 24px; + @include breakpoint(medium) { + position: absolute; + } + .notice { height: $line-height * 4;