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.
16 lines
720 B
16 lines
720 B
.reference-footnotes-dialog { padding-top: 4px; } |
|
.reference-footnotes-dialog .rf-row { margin: 10px 0; } |
|
.reference-footnotes-dialog .rf-select { min-width: 140px; } |
|
.reference-footnotes-dialog .rf-textarea { width: 100%; } |
|
.reference-footnotes-dialog .rf-help { margin: 10px 0 18px; } |
|
.reference-footnotes-dialog .rf-grid { |
|
display: grid; |
|
grid-template-columns: 1fr 1fr; |
|
gap: 40px; |
|
align-items: start; |
|
margin-top: 6px; |
|
} |
|
.reference-footnotes-dialog .rf-field .rf-label { display: block; margin-bottom: 6px; } |
|
.reference-footnotes-dialog .rf-input { width: 100%; max-width: 520px; } |
|
.reference-footnotes-dialog .rf-input--value { max-width: 220px; } |
|
.reference-footnotes-dialog .rf-hint { margin-top: 14px; }
|
|
|