First draft autofetch data for RNA

This commit is contained in:
Damien Le Thiec 2022-10-04 22:11:01 +02:00
parent ecd54de854
commit 0d9f02c88d
15 changed files with 64 additions and 15 deletions

View file

@ -455,6 +455,13 @@
min-height: 1px;
}
.rna-info {
margin-top: -$default-fields-spacer;
margin-bottom: $default-fields-spacer;
// Ensure the bottom-margin is not collapsed when the element is empty
min-height: 1px;
}
.send-wrapper {
display: flex;
width: 100%;