diff --git a/app/assets/images/annotator_help.gif b/app/assets/images/annotator_help.gif new file mode 100644 index 000000000..edad9de26 Binary files /dev/null and b/app/assets/images/annotator_help.gif differ diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index f4234fb13..c6d9c414c 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -213,6 +213,13 @@ a { border: 0; } +#drop-help.f-dropdown.content { + + @media (min-width: $small-breakpoint) { + max-width: $line-height*15; + } +} + // 02. Header // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/views/legislations/show.html.erb b/app/views/legislations/show.html.erb index 546eaf6df..15dbf75db 100644 --- a/app/views/legislations/show.html.erb +++ b/app/views/legislations/show.html.erb @@ -1,4 +1,23 @@