5 lines
103 B
CSS
5 lines
103 B
CSS
.duration-input-element input {
|
|
display: inline-block;
|
|
width: 200px;
|
|
margin-right: 10px;
|
|
}
|