realreport-designer 1.11.4 → 1.11.6

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- RealReport Designer v1.11.4
2
+ RealReport Designer v1.11.6
3
3
  Copyright (C) 2013-2025 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -525,6 +525,7 @@ border: 1px dotted #00000020; */
525
525
  }
526
526
 
527
527
  .rr-text > span {
528
+ width: 100%;
528
529
  pointer-events: none;
529
530
  }
530
531
 
@@ -567,6 +568,10 @@ border: 1px dotted #00000020; */
567
568
  width: 100%;
568
569
  }
569
570
 
571
+ .rr-summary > span {
572
+ width: 100%;
573
+ }
574
+
570
575
  .qrcode-empty:before {
571
576
  content: "[QR]";
572
577
  white-space: nowrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport-designer",
3
- "version": "1.11.4",
3
+ "version": "1.11.6",
4
4
  "description": "RealReport Designer component library",
5
5
  "author": "Wooritech",
6
6
  "homepage": "https://real-report.com",