Fix #43268 - implement a special issue reporter mode for settings search

This commit is contained in:
Rob Lourens
2018-02-08 16:53:44 -08:00
parent 3b8696579f
commit db5143d574
6 changed files with 254 additions and 171 deletions

View File

@@ -30,6 +30,14 @@ td {
border-top: 1px solid #e9ecef;
}
.block-settingsSearchResults-details {
padding-bottom: .5rem;
}
.block-settingsSearchResults-details > div {
padding: .5rem .75rem;
}
.section {
margin-bottom: 1.5em;
}