added flex-box style

This commit is contained in:
2023-12-03 11:54:43 +01:00
parent 93f5325cf9
commit e6b38012fd

View File

@@ -497,7 +497,13 @@
flex-flow: row wrap; flex-flow: row wrap;
justify-content: space-between; justify-content: space-between;
} }
.theme-Baupm .flex .flex-box {
border: 1px solid #ddd;
padding: 8px;
margin: 0 0 20px 0;
line-height: 1.5em;
border-radius: 3px;
}
.theme-Baupm #content .reporting-list li .label { .theme-Baupm #content .reporting-list li .label {
font-weight: bold; font-weight: bold;
} }