mirror of https://github.com/OCA/web.git
[IMP] web_timeline: CSS vis items
parent
e4dc4a01e3
commit
a6c04f1105
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
"name": "Web timeline",
|
"name": "Web timeline",
|
||||||
"summary": "Interactive visualization chart to show events in time",
|
"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",
|
"development_status": "Production/Stable",
|
||||||
"author": "ACSONE SA/NV, "
|
"author": "ACSONE SA/NV, "
|
||||||
"Tecnativa, "
|
"Tecnativa, "
|
||||||
|
|
|
@ -18,6 +18,7 @@ $vis-item-content-padding: 0 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vis-item-content {
|
.vis-item-content {
|
||||||
|
width: 100%;
|
||||||
padding: $vis-item-content-padding;
|
padding: $vis-item-content-padding;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue