Fixed some display problems for module and parameter block

This commit is contained in:
Daniel
2025-04-25 13:12:06 +02:00
committed by Markus Zolliker
parent e6e69c8f5c
commit f6aff481e2
2 changed files with 5 additions and 3 deletions

View File

@ -67,7 +67,7 @@
.col-left {
display: inline-block;
width: 155px;
width: 40%;
vertical-align: top;
}
@ -142,17 +142,18 @@
.col-right-modules {
display: inline-block;
width: 180px;
width: 60%;
}
.col-right-parameters {
display: inline-block;
width: 180px;
width: 60%;
}
.col-right-value {
display: block;
text-align: right;
padding-right: 20px;
}
.col-right-disabled {