Commit
·
bf3fe90
1
Parent(s):
d7174fa
fix: centring of text following design feedback
Browse filesSigned-off-by: Graham White <[email protected]>
- src/app.css +9 -0
src/app.css
CHANGED
@@ -49,3 +49,12 @@ textarea, .wrapper > label {
|
|
49 |
width: 50%;
|
50 |
margin: 0px;
|
51 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
width: 50%;
|
50 |
margin: 0px;
|
51 |
}
|
52 |
+
/* Centre the example text within the example box */
|
53 |
+
.example-text-content {
|
54 |
+
margin-top: auto;
|
55 |
+
margin-bottom: auto;
|
56 |
+
}
|
57 |
+
/* Centre the values in advanced settings */
|
58 |
+
.tab-like-container > input {
|
59 |
+
margin-top: 0.15rem;
|
60 |
+
}
|