active_frontend 12.1.19 → 12.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45b06f322e2ad881b23b7d36dd73af636d8a25d0
4
- data.tar.gz: 96798b7f2a57f0e247cae019658cf8d8175e75dd
3
+ metadata.gz: bbc067763b54e71493889c91733ae6bc8e6dddb4
4
+ data.tar.gz: 5fdab6630340fdc7bc0f53d72e1ee3a1701c98b9
5
5
  SHA512:
6
- metadata.gz: f95f42ca5bc906773ce1702d9a7ac4f44061a055ef127cdaf66e55cf5d3680db85d3fd933927d81fb46fa7d7f2cfeb36d64a1f0d32c695433b74c61ef5dc17c7
7
- data.tar.gz: d0ab565c67826a787bc006e462557825a8156ceff0c5e3e95372ae9bc17402ce55ac9974cf7d46945b8756586daddf67af057aaa136e47d2c73434f80498e774
6
+ metadata.gz: 50f27cdccbae2399ad3ad60121d99f05de5803ae72f8772ed7d68d54dbd25b5d78be9170194f2a822574d74896af6bb0aab0365be0f012171901ae50e5bfffd7
7
+ data.tar.gz: 8e8d7f216ebc55e21a1f7b767b7562e1d11a749c3f4878f5410bfa8b4dce15fba96fb31ca276006e17734380dff03b9255d8bd7100ace7d5e906729b9cee7882
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.19"
2
+ VERSION = "12.1.20"
3
3
  end
@@ -122,6 +122,14 @@
122
122
  .canvas-section-with-header,
123
123
  .canvas-section-with-header-and-footer,
124
124
  .canvas-section-with-header-and-navbar { margin-top: 50px; }
125
+ .canvas-section-with-header {
126
+ max-height: calc(100% - 50px);
127
+ height: calc(100% - 50px);
128
+ }
129
+ .canvas-section-with-header-and-footer {
130
+ max-height: calc(100% - 80px);
131
+ height: calc(100% - 80px);
132
+ }
125
133
  .canvas-section-with-header-and-navbar {
126
134
  max-height: calc(100% - 99px);
127
135
  height: calc(100% - 99px);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.1.19
4
+ version: 12.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez