long suggestions now wrap around the box instead of going overboard.
@@ -131,6 +131,14 @@
// suggestion
.suggestion_item {
margin: 2px 5px;
+ max-width: 100%;
+
+ .btn {
+ white-space: normal;
+ word-wrap: break-word;
+ text-align: left;
+ }
}
// download result
@@ -64,6 +64,14 @@