diff --git a/hobo/static/css/style.css b/hobo/static/css/style.css index b57e100..7942cff 100644 --- a/hobo/static/css/style.css +++ b/hobo/static/css/style.css @@ -221,5 +221,15 @@ div#services span { } textarea#id_tracking_js { - width: 100%; + width: 100%; +} + +ul#id_scopes, +ul#id_scopes li { + list-style: none; + margin: 0; + padding: 0; + -moz-column-width: 20em; + -webkit-column-width: 20em; + column-width: 20em; }