[IMP] web_timeline: CSS vis items

pull/2378/head
Alexandre Díaz 2020-05-06 14:54:07 +02:00 committed by anjeel.haria
parent 3c5eb31e0b
commit d661b46702
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{
"name": "Web timeline",
"summary": "Interactive visualization chart to show events in time",
"version": "13.0.1.0.0",
"version": "13.0.1.1.0",
"development_status": "Production/Stable",
"author": "ACSONE SA/NV, "
"Tecnativa, "

View File

@ -18,6 +18,7 @@ $vis-item-content-padding: 0 3px !important;
}
.vis-item-content {
width: 100%;
padding: $vis-item-content-padding;
}
}