In the instance configuration some of the options displayed as block instead of inline

This commit is contained in:
Mikel Cordovilla
2025-05-14 15:36:55 +02:00
parent 371d0fbf79
commit 559a85e4f2
2 changed files with 32 additions and 21 deletions

View File

@@ -79,6 +79,10 @@ label {
display: block;
}
.label-inline label {
display: inline;
}
span.info {
font-style: italic;
font-size: 85%;