diff --git a/db/demo.tar b/db/demo.tar index bbdc28187..11a8c9f6e 100644 Binary files a/db/demo.tar and b/db/demo.tar differ diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index b67986ebc..b7527f186 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -558,6 +558,10 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th max-height: 250px; } +.tooltip-inner figure.image-style-side { + float: right; +} + .tooltip.show { opacity: 1; }