Create human-readable metadata profiles of field config.
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.
 
 

20 lines
326 B

.field-info-table {
max-width: 40rem;
}
.field-info-table td {
max-width: 49%;
}
.field-info {
padding-bottom: 3rem;
border-bottom: gainsboro 2px solid;
margin-bottom: 3rem;
}
.field-info h2 {
display: inline-block;
}
.field-info .edit-link {
display: block;
}
.scrolling-table-container {
overflow-x: auto;
}