trivial: style scopes field

This commit is contained in:
Frédéric Péters 2020-04-03 09:14:58 +02:00
parent df903c40b3
commit c31be17379
1 changed files with 11 additions and 1 deletions

View File

@ -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;
}