.info input {
width: 50%;
text-align: left;
}
.info label {
width: 10%;
min-width: 55px;
}
.info > label, .info > input{
display: inline-block;
text-align: right;
}
The hint is telling you that you need to add the new rule set before the .info input
rule set.
1 Like
thanks bro, you really help me
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.