css for feedback

This commit is contained in:
2021-05-24 14:14:43 +08:00
parent 89ab6e56c9
commit 4fb763e0d9
2 changed files with 10 additions and 3 deletions

View File

@@ -59,3 +59,8 @@ div.search_toolbar {
flex-wrap: wrap;
justify-content: flex-end;
}
div.feedback {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}