[fix] wrap suggestions inside suggestion box

long suggestions now wrap around the box instead of going overboard.
This commit is contained in:
marc 2017-06-10 22:04:05 -05:00 committed by Adam Tauber
parent 9b82cb1908
commit 80460be8f6
4 changed files with 25 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -131,6 +131,14 @@
// suggestion
.suggestion_item {
margin: 2px 5px;
max-width: 100%;
.btn {
max-width: 100%;
white-space: normal;
word-wrap: break-word;
text-align: left;
}
}
// download result

View File

@ -64,6 +64,14 @@
// suggestion
.suggestion_item {
margin: 2px 5px;
max-width: 100%;
.btn {
max-width: 100%;
white-space: normal;
word-wrap: break-word;
text-align: left;
}
}
// download result