I have the following LESS code:
.modal-input-row {
padding-bottom: 1rem;
padding-top: 1rem;
overflow: hidden;
display: block;
div {
float: left;
width: 50%;
input {
box-sizing: border-box;
margin-bottom: 0.1rem;
width: 75%;
}
}
}
How can I make it so that the first modal-input-row inside an outer container does not have a padding at the top?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…