-
+
diff --git a/web/style.css b/web/style.css
index e5f1a36..090ed30 100644
--- a/web/style.css
+++ b/web/style.css
@@ -58,9 +58,13 @@ div.search_toolbar {
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
+ width: 100%;
}
div.feedback {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
+button.refresh {
+ width: 100%;
+}