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 +1 -1
- package/src/css/styles.css +4 -3
package/package.json
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -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
|
-
|
|
626
|
+
margin-bottom: 4px;
|
|
626
627
|
}
|
|
627
628
|
|
|
628
629
|
.pts-about {
|