Update terms. Fix issue with role picker

This commit is contained in:
jude
2023-07-30 15:26:51 +01:00
parent 5d655c7e6d
commit 88e9826a62
2 changed files with 5 additions and 1 deletions

View File

@ -591,6 +591,10 @@ input.default-width {
border-bottom: 1px solid #fff;
}
li.highlight {
margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
.button-row {
display: flex;