From 01ff1989a1814a69ab0aea8421509af96a7daed5 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Tue, 3 Jul 2018 10:57:11 -0300 Subject: [PATCH] Update Buckram to 1.0.0 release version --- assets/book/styles/components/elements/_tables.scss | 4 +++- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/assets/book/styles/components/elements/_tables.scss b/assets/book/styles/components/elements/_tables.scss index c61a66e83..550729924 100644 --- a/assets/book/styles/components/elements/_tables.scss +++ b/assets/book/styles/components/elements/_tables.scss @@ -14,7 +14,9 @@ max-width: 100%; margin-top: $table-margin-top; margin-bottom: $table-margin-bottom; - overflow-x: scroll; + @if $type != 'prince' { + overflow-x: scroll; + } font-family: $table-font-family; font-size: $table-font-size; hyphens: $table-hyphens; diff --git a/package.json b/package.json index 31a9e81f9..3f45e464c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "aetna": "^1.0.0-alpha.17", - "buckram": "^1.0.0-rc.1", + "buckram": "^1.0.0", "diff": "^3.5.0", "js-cookie": "^2.2.0", "lity": "^2.3.1", diff --git a/yarn.lock b/yarn.lock index 155b943d3..e05242dcf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1549,9 +1549,9 @@ bs-recipes@1.3.4: version "1.3.4" resolved "https://registry.yarnpkg.com/bs-recipes/-/bs-recipes-1.3.4.tgz#0d2d4d48a718c8c044769fdc4f89592dc8b69585" -buckram@^1.0.0-rc.1: - version "1.0.0-rc.1" - resolved "https://registry.yarnpkg.com/buckram/-/buckram-1.0.0-rc.1.tgz#7963f922bce3d987744807d052456ebee0aa827b" +buckram@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/buckram/-/buckram-1.0.0.tgz#d2c1c6e333ad8ad94527ac9f16b2d72b89522f44" buffer-crc32@~0.2.3: version "0.2.13"