optimized-react-component-library-xyz123 0.1.80 → 0.1.82

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.80",
3
+ "version": "0.1.82",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -3,10 +3,11 @@
3
3
 
4
4
  /* ---------- GENERAL ---------- */
5
5
 
6
- html, body #root{
7
- height: 100vh;
6
+ html, body, #root{
7
+ min-height: 100vh;
8
8
  margin: 0;
9
9
  width: 100%;
10
+ height:100%;
10
11
  }
11
12
 
12
13
  html {
@@ -622,7 +623,7 @@ textarea:focus-visible,
622
623
  /* ---------- TEXTFIELD / TEXTAREA ABOUT ---------- */
623
624
 
624
625
  .pts-question-hasAbout label {
625
- line-height: 0.4rem;
626
+ margin-bottom: 4px;
626
627
  }
627
628
 
628
629
  .pts-about {