mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Respect row flex in descriptions
This commit is contained in:
parent
d7a2b6e019
commit
81d6ff53c4
2 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,13 @@ _STYLE_TAG_CONTENT = """
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.row-flex {
|
||||
display: flex;
|
||||
}
|
||||
.row-flex-wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.accordion-head {
|
||||
background-color: #f5f7fa;
|
||||
padding: 0.5rem 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue