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
214 B

.media-fields-wrapper {
display: flex;
gap: 20px;
align-items: flex-start;
flex-wrap: wrap;
/* Optional, improves mobile responsiveness */
}
.media-field-container {
width: 250px;
flex: 0 0 auto;
}