From da49c64095b9c0811fdadb23da1260d15d41c318 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 1 Apr 2018 20:46:39 -0400 Subject: [PATCH] Sync code with commit 522276c96deadc0af26ee9d7d17bed2cce91e493 Signed-off-by: Roberto Rosario --- docs/releases/3.0.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/releases/3.0.rst b/docs/releases/3.0.rst index 800c5f693b..84925f4b97 100644 --- a/docs/releases/3.0.rst +++ b/docs/releases/3.0.rst @@ -339,8 +339,21 @@ being uploaded. This step was been assigned number 4 in the order of step for uploading a file. +Fix carousel item height issues +------------------------------- +On some devices the height of the pages on the document preview view were +squashed. The CSS for this view was updated to fix this issue. + + +Page number summary +------------------- +The page number summary has been placed back at the bottom of the +carousel pages in the document preview view. + + Other changes worth mentioning ------------------------------ +- Add Makefile target to check the format of the README.rst file. - Fix permission filtering when performing document page searching - base.js was splitted into mayan_app.js, mayan_image.js, and partial_navigation.js. - Cabinet detail view pagination was fixed.