We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da6b0d commit fd672baCopy full SHA for fd672ba
flexbox/use-cases/input-button.html
@@ -58,6 +58,7 @@
58
section .example input {
59
margin: 0;
60
font-size: 1.2em;
61
+ font-weight: normal;
62
padding: 10px;
63
64
}
flexbox/use-cases/label-input-button.html
@@ -88,7 +88,7 @@
88
<style class="editable">
89
.wrapper {
90
display: flex;
91
- align-items: center;
+
92
93
94
.wrapper input[type="text"] {
@@ -106,7 +106,7 @@
106
<textarea class="playable-css">
107
108
109
110
111
112
0 commit comments