Prefills edit form with DOI values
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
183 B

.form-inline {
display: flex;
gap: 20px;
flex-wrap: wrap;
max-width: 100%;
justify-content: space-evenly;
}
.form-inline .form-item {
flex: 1;
min-width: 250px;
}