Text overlaping at catalog fixed

This commit is contained in:
Juan 2018-07-23 17:30:18 +02:00
parent acd0a0025e
commit bdc8d0c225
3 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.14) stable; urgency=low hedera-web (1.406.15) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -342,7 +342,8 @@
.grid-view .item-info .tags .grid-view .item-info .tags
{ {
position: absolute; position: absolute;
top: 4em; top: 5.2em;
border-collapse: collapse;
} }
.grid-view .item-info .tags td { .grid-view .item-info .tags td {
overflow: hidden; overflow: hidden;
@ -350,6 +351,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 6em; max-width: 6em;
width: 6em; width: 6em;
line-height: 1.1em;
} }
/* Card */ /* Card */

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.406.14", "version": "1.406.15",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {