We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If it do :
_data={"query":'{"animal":{"valnr":"","nafn":"","lambnum":"undefined","birthyear":"","kyn":"","kynstada":"undefined","afdrif":"","status":"","afdrif_lamb":"","numlambs":"","color":"","color_char":"","horn":"","color_prop":"","ram_type":"","uppgjor":""},"page":"1","query":"normal"}'} self.client.get("/search_animals_query",params=_data)
I end up with a table:
By adding :
style="white-space: nowrap; overflow: hidden;text-overflow: ellipsis; max-width: 200px;"
In index.html line 182 in the td tag. I got a better layout :
The text was updated successfully, but these errors were encountered:
I think this is better solved by adding the name= argument rather than hiding data from the user.
name=
Sorry, something went wrong.
No branches or pull requests
If it do :
I end up with a table:
By adding :
In index.html line 182 in the td tag. I got a better layout :
The text was updated successfully, but these errors were encountered: