From c31be17379131964a3b4fca7851ba46433fa33a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 3 Apr 2020 09:14:58 +0200 Subject: [PATCH] trivial: style scopes field --- hobo/static/css/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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; }